oxc/tasks/coverage/misc
Boshen c4ccf9f4d8 fix(parser): parse DecoratorCallExpression when Arguments contains MemberExpression (#3265)
closes #3261
closes #3262

```
DecoratorCallExpression[Yield, Await] :
  DecoratorMemberExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
```
2024-05-14 03:18:41 +00:00
..
fail feat(parser): parse import attributes in TSImportType (#2436) 2024-02-19 12:26:42 +08:00
pass fix(parser): parse DecoratorCallExpression when Arguments contains MemberExpression (#3265) 2024-05-14 03:18:41 +00:00