relay-compiler 0.0.0-main-e01b8404 → 0.0.0-main-449bb89b
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 +6 -2
- 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
@@ -109,5 +109,9 @@ when you need to run the compiler.
|
|
109
109
|
- `--schema` Relative path to schema file.
|
110
110
|
- `--artifactDirectory` Compiler output directory.
|
111
111
|
- `--repersist` Run the persister even if the query has not changed.
|
112
|
-
- `--watch` Run compiler in `watch` mode
|
113
|
-
|
112
|
+
- `--watch` Run compiler in `watch` mode.
|
113
|
+
Requires
|
114
|
+
[`watchman`](https://facebook.github.io/watchman/) to be installed.
|
115
|
+
- `--output` Output format of the compiler. Supported options:
|
116
|
+
`debug` | `verbose` | `quiet` | `quietWithErrors`.
|
117
|
+
The default value is `verbose`.
|
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
|