relay-compiler 21.0.0 → 21.0.1
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/linux-arm64/relay +0 -0
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/relay-compiler-config-schema.json +20 -0
- package/win-x64/relay.exe +0 -0
package/linux-arm64/relay
CHANGED
|
Binary file
|
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
|
@@ -706,6 +706,13 @@
|
|
|
706
706
|
"type": "boolean",
|
|
707
707
|
"default": false
|
|
708
708
|
},
|
|
709
|
+
"flow_modern_syntax": {
|
|
710
|
+
"description": "Use modern Flow syntax for generated object types.\nThis enables gradual rollout of exact object type syntax and readonly\nproperties across files.",
|
|
711
|
+
"$ref": "#/$defs/FeatureFlag",
|
|
712
|
+
"default": {
|
|
713
|
+
"kind": "disabled"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
709
716
|
"legacy_include_path_in_required_reader_nodes": {
|
|
710
717
|
"description": "The `path` field in `@required` Reader AST nodes is no longer used. But\nremoving them in one diff is too large of a change to ship at once.\n\nThis flag will allow us to use the rollout FeatureFlag to remove them\nacross a number of diffs.",
|
|
711
718
|
"$ref": "#/$defs/FeatureFlag",
|
|
@@ -739,6 +746,13 @@
|
|
|
739
746
|
"kind": "disabled"
|
|
740
747
|
}
|
|
741
748
|
},
|
|
749
|
+
"shard_extra_artifacts": {
|
|
750
|
+
"description": "Shard generated extra artifacts into subdirectories under\n`extraArtifactsOutput` that mirror the source file's relative path,\nhonoring `shardOutput` / `shardStripRegex`.",
|
|
751
|
+
"$ref": "#/$defs/FeatureFlag",
|
|
752
|
+
"default": {
|
|
753
|
+
"kind": "disabled"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
742
756
|
"skip_printing_nulls": {
|
|
743
757
|
"$ref": "#/$defs/FeatureFlag",
|
|
744
758
|
"default": {
|
|
@@ -968,6 +982,9 @@
|
|
|
968
982
|
"kind": "enabled"
|
|
969
983
|
},
|
|
970
984
|
"enforce_module_name_prefix_for_non_haste": false,
|
|
985
|
+
"flow_modern_syntax": {
|
|
986
|
+
"kind": "disabled"
|
|
987
|
+
},
|
|
971
988
|
"legacy_include_path_in_required_reader_nodes": {
|
|
972
989
|
"kind": "disabled"
|
|
973
990
|
},
|
|
@@ -981,6 +998,9 @@
|
|
|
981
998
|
"relay_resolver_enable_interface_output_type": {
|
|
982
999
|
"kind": "disabled"
|
|
983
1000
|
},
|
|
1001
|
+
"shard_extra_artifacts": {
|
|
1002
|
+
"kind": "disabled"
|
|
1003
|
+
},
|
|
984
1004
|
"skip_printing_nulls": {
|
|
985
1005
|
"kind": "disabled"
|
|
986
1006
|
},
|
package/win-x64/relay.exe
CHANGED
|
Binary file
|