relay-compiler 0.0.0-main-f96d3836 → 0.0.0-main-d85428fd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/win-x64/relay.exe +0 -0
package/README.md
CHANGED
|
@@ -114,14 +114,8 @@ file sources, and "listen" to the file changes in the "watch" mode. If
|
|
|
114
114
|
of the exposed types are unified with `<module>$data` and `<module>$variables`
|
|
115
115
|
suffixes.
|
|
116
116
|
|
|
117
|
-
### CLI
|
|
117
|
+
### CLI Arguments
|
|
118
118
|
|
|
119
|
-
We also support a limited set of CLI arguments that should cover the most cases
|
|
120
|
-
when you need to run the compiler.
|
|
121
|
-
|
|
122
|
-
- `--src` Relative path to the source code.
|
|
123
|
-
- `--schema` Relative path to schema file.
|
|
124
|
-
- `--artifactDirectory` Compiler output directory.
|
|
125
119
|
- `--repersist` Run the persister even if the query has not changed.
|
|
126
120
|
- `--watch` Run compiler in `watch` mode. Requires
|
|
127
121
|
[`watchman`](https://facebook.github.io/watchman/) to be installed.
|
package/linux-x64/relay
CHANGED
|
Binary file
|
package/macos-arm64/relay
CHANGED
|
Binary file
|
package/macos-x64/relay
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/win-x64/relay.exe
CHANGED
|
Binary file
|