oxc/crates
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
..
oxc feat(sourcemap): add feature "sourcemap_concurrent" 2024-05-14 00:05:27 +08:00
oxc_allocator deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
oxc_ast feat(ast): add type to AccessorProperty to support TSAbractAccessorProperty (#3256) 2024-05-13 12:35:58 +00:00
oxc_ast_macros feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00
oxc_cli feat(cli): add --symlinks to allow symbolic walking (#3244) 2024-05-12 05:52:23 +00:00
oxc_codegen feat(ast): add type to AccessorProperty to support TSAbractAccessorProperty (#3256) 2024-05-13 12:35:58 +00:00
oxc_diagnostics refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00
oxc_index chore(deps): update dependency rust to v1.78.0 (#3151) 2024-05-03 00:01:42 +08:00
oxc_js_regex
oxc_language_server refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00
oxc_linter feat(linter/eslint): Implement fixer for unicode-bom rule (#3259) 2024-05-14 09:57:01 +08:00
oxc_macros refactor(linter): reduce llvm lines generated by RuleEnum::read_json (#3207) 2024-05-08 21:53:06 +08:00
oxc_minifier refactor(syntax): move number related functions to number module (#3130) 2024-04-29 18:54:35 +08:00
oxc_module_lexer refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_parser fix(parser): parse DecoratorCallExpression when Arguments contains MemberExpression (#3265) 2024-05-14 03:18:41 +00:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic feat(linter/eslint): Implement max-classes-per-file (#3241) 2024-05-13 17:23:01 +08:00
oxc_sourcemap feat(sourcemap): add feature "sourcemap_concurrent" 2024-05-14 00:05:27 +08:00
oxc_span refactor(parser,diagnostic): one diagnostic struct to eliminate monomorphization of generic types (#3214) 2024-05-11 04:56:22 +00:00
oxc_syntax fix(traverse): create scope for function nested in class method (#3234) 2024-05-11 12:07:00 +00:00
oxc_transformer feat(transformer): report ambient module cannot be nested error (#3253) 2024-05-13 07:51:06 +00:00
oxc_traverse feat(ast): add type to AccessorProperty to support TSAbractAccessorProperty (#3256) 2024-05-13 12:35:58 +00:00
oxc_wasm refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00