* [legacy decorators] Allow decorating generator methods
The old proposal used LeftHandSideExpression (instead of
AssignmentExpression) to satisfy this usecase:
e240cbc91a
* Update flow whitelist
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
# This file lists tests that are known to produce incorrect results when parsed
|
|
# with the babel parser:
|
|
#
|
|
# - Tests that are expected to parse successfully but for which the babel parser reports
|
|
# a syntax error
|
|
# - Tests that contain invalid syntax but for which the babel parser reports no syntax
|
|
# error
|
|
#
|
|
# 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
|
|
async_await/migrated_0024.js
|
|
async_await/migrated_0027.js
|
|
async_generators/migrated_0007.js
|
|
class_properties/migrated_0021.js
|
|
class_properties/migrated_0026.js
|
|
decorators/migrated_0003.js
|
|
private_class_properties/multiple.js
|
|
private_class_properties/super.js
|
|
private_class_properties/getter_and_field.js
|
|
private_class_properties/getter_duplicate.js
|
|
private_class_properties/setter_and_field.js
|
|
private_class_properties/setter_duplicate.js
|
|
types/member/reserved_words.js
|
|
types/bigint_literal/migrated_0000.js
|
|
types/bigint_literal/migrated_0002.js
|
|
types/bigint_literal/migrated_0003.js
|
|
types/bigint_literal/migrated_0004.js
|
|
types/bigint_literal/migrated_0005.js
|
|
types/bigint_literal/migrated_0006.js
|
|
types/bigint_literal/migrated_0007.js
|
|
types/bigint_literal/migrated_0008.js
|
|
types/bigint_literal/migrated_0009.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
|