Skip to content

Commit a0ccb03

Browse files
marcoww6meta-codesync[bot]
authored andcommitted
[flow] Turn on enable_ts_utility_syntax in type_sig_options.ml
Summary: Changelog:[internal] Reviewed By: gkz Differential Revision: D88755857 fbshipit-source-id: 6a9228d70d7d9c2f55668898fe96cd9db6a390e0
1 parent 19244f5 commit a0ccb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser_utils/type_sig/type_sig_options.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let builtin_options options =
8181
enable_component_syntax = true;
8282
component_syntax_enabled_in_config = Options.component_syntax options;
8383
enable_ts_syntax = false;
84-
enable_ts_utility_syntax = false;
84+
enable_ts_utility_syntax = true;
8585
hook_compatibility = Options.hook_compatibility options;
8686
enable_records = Options.enable_records options;
8787
for_builtins = true;

0 commit comments

Comments
 (0)