relay-compiler 0.0.0-main-fd19b209 → 0.0.0-main-fec82d97
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 +3 -1
- 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
|
@@ -72,7 +72,9 @@ file sources, and "listen" to the file changes in the "watch" mode. If
|
|
|
72
72
|
enabling this the babel plugin needs `artifactDirectory` to be set as well.
|
|
73
73
|
[string]
|
|
74
74
|
- `language` The name of the language used for input files and generated
|
|
75
|
-
artifacts. ["
|
|
75
|
+
artifacts. ["typescript" | "flow"] [default: "typescript"]. Please, use "flow"
|
|
76
|
+
for plain JS projects: flow-types emitted as comments, and the generated
|
|
77
|
+
artifacts with "flow" are valid JS modules.
|
|
76
78
|
- `excludes` Directories to ignore under `src`. [array] [default:
|
|
77
79
|
["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"]]
|
|
78
80
|
- `schemaExtensions` List of directories with schema extensions. [array]
|
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
|