Skip to content

Commit

Permalink
[flow] Enable namespace support in try-flow
Browse files Browse the repository at this point in the history
Summary: Changelog: [internal]

Reviewed By: gkz

Differential Revision: D54967122

fbshipit-source-id: 1e1dd8c1de0dd05d414cd3517d3bfee6e81c2827
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Mar 15, 2024
1 parent c2d8c5f commit 5a25199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow_dot_js.ml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ let stub_metadata ~root ~checked =
max_trace_depth = 0;
max_workers = 0;
missing_module_generators = [];
namespaces = false;
namespaces = true;
react_runtime = Options.ReactRuntimeAutomatic;
recursion_limit = 10000;
relay_integration_esmodules = false;
Expand Down

0 comments on commit 5a25199

Please sign in to comment.