babel/scripts/tests/flow/flow_tests_whitelist.txt
2018-05-14 12:26:28 -05:00

51 lines
1.6 KiB
Plaintext

# This file lists tests that are known to produce incorrect results when parsed
# with Babylon:
#
# - Tests that are expected to parse successfully but for which Babylon reports
# a syntax error
# - Tests that contain invalid syntax but for which Babylon reports no syntax
# error
#
# Entries should be removed incrementally as Babylon is improved.
JSX_invalid/migrated_0000.js
arrow_function_invalid/migrated_0002.js
async_await/async_generic_method.js
async_await/migrated_0020.js
async_await/migrated_0024.js
async_await/migrated_0027.js
async_generators/migrated_0007.js
class_properties/migrated_0000.js
class_properties/migrated_0005.js
class_properties/migrated_0011.js
class_properties/migrated_0016.js
class_properties/migrated_0021.js
class_properties/migrated_0026.js
decorators/migrated_0003.js
decorators/migrated_0007.js
private_class_properties/valid.js
types/annotations/migrated_0001.js
types/annotations_in_comments_invalid/migrated_0003.js
types/annotations/void_is_reserved_param.js
types/member/reserved_words.js
types/parameter_defaults/migrated_0032.js
types/typecasts_invalid/migrated_0001.js
class_method_kinds/polymorphic_getter.js
internal_slot/interface_method.js
internal_slot/object_method.js
internal_slot/object_variance.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
typeapp_call/function_call.js
typeapp_call/function_call_optional.js
typeapp_call/method_call.js
typeapp_call/method_call_computed.js
typeapp_call/method_call_optional2.js
typeapp_call/new.js
typeapp_call/new_noparens.js
types/declare_class/proto.js