Skip to content

Commit

Permalink
fix flow parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Jun 13, 2019
1 parent 5a4bc72 commit 14d4e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/flow/flow_tests_whitelist.txt
Expand Up @@ -9,6 +9,7 @@
# Entries should be removed incrementally as the babel parser is improved.

JSX_invalid/migrated_0000.js
arrow_function/tuple_return_type.js
arrow_function_invalid/migrated_0002.js
async_await/migrated_0007.js
async_await/migrated_0020.js
Expand All @@ -26,7 +27,6 @@ decorators/migrated_0007.js
private_class_properties/multiple.js
private_class_properties/super.js
types/member/reserved_words.js
types/parameter_defaults/migrated_0032.js
class_method_kinds/polymorphic_getter.js
numbers/underscored_bin.js
numbers/underscored_float.js
Expand Down
2 changes: 2 additions & 0 deletions scripts/tests/flow/run_babel_parser_flow_tests.js
Expand Up @@ -114,6 +114,8 @@ const options = {
"flowComments",
"jsx",
"classPrivateProperties",
"classPrivateMethods",
"bigInt",
],
sourceType: "module",
ranges: true,
Expand Down

0 comments on commit 14d4e00

Please sign in to comment.