You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/crates/relay-compiler/relay-compiler-config-schema.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -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`.",
0 commit comments