Skip to content

Commit

Permalink
numericSeparator for flow test plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Jun 13, 2019
1 parent 9bd68f2 commit 19196c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/tests/flow/flow_tests_whitelist.txt
Expand Up @@ -28,12 +28,6 @@ private_class_properties/setter_and_field.js
private_class_properties/setter_duplicate.js
types/member/reserved_words.js
class_method_kinds/polymorphic_getter.js
numbers/underscored_bin.js
numbers/underscored_float.js
numbers/underscored_float_whole.js
numbers/underscored_hex.js
numbers/underscored_number.js
numbers/underscored_oct.js
ES6/modules/migrated_0020.js
export_import_reserved_words/migrated_0003.js
export_statements/export_trailing_comma.js
1 change: 1 addition & 0 deletions scripts/tests/flow/run_babel_parser_flow_tests.js
Expand Up @@ -117,6 +117,7 @@ const options = {
"classPrivateProperties",
"classPrivateMethods",
"bigInt",
"numericSeparator",
],
sourceType: "module",
ranges: true,
Expand Down

0 comments on commit 19196c5

Please sign in to comment.