Closed
Description
There is a test case in Prettier
[
class {
@decorators[0]
method() {}
}
]
Currently flow-parser
and meriyah
parse it as method
with decorators[0]
as decorator. While typescript
and babel
parse it as computed 0
property with decorators
as decorator.
Which one is expected?
Metadata
Metadata
Assignees
Labels
No labels