oxc/crates
Dunqing 8cf8f7a58a feat(traverse): add is_static method to TraverseCtx, which is moves out from SymbolTable (#5067)
The [scope.isStatic](419644f27c/packages/babel-traverse/src/scope/index.ts (L557)) method we port it from Babel. This method is useful for `transformer`. So we should move it out from `SymbolTable`, and it would be better to put it to `TraverseCtx`.
2024-08-23 07:14:08 +00:00
..
oxc refactor(oxc,mangler): oxc crate add mangler; mangler use options API 2024-08-20 22:58:59 +08:00
oxc_allocator refactor(allocator): move Box and Vec into separate files (#5034) 2024-08-21 01:08:08 +00:00
oxc_ast refactor(ast)!: remove ReferenceFlag from IdentifierReference (#5077) 2024-08-22 14:30:50 +00:00
oxc_ast_macros Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_cfg Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_codegen fix: comments gen regression (#5003) 2024-08-20 18:57:12 +08:00
oxc_diagnostics Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_index Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_isolated_declarations fix(isolated_declarations): namespaces that are default exported should be considered for expando functions (#4935) 2024-08-19 11:24:05 +08:00
oxc_language_server refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_linter Release oxlint v0.8.0 (#5104) 2024-08-23 11:09:14 +08:00
oxc_macros chore(linter): update docs for declare_oxc_lint! (#4825) 2024-08-11 15:27:54 +00:00
oxc_mangler refactor(semantic)!: rename SymbolTable::get_flag to get_flags (#5030) 2024-08-21 00:19:58 +00:00
oxc_minifier refactor(ast)!: remove ReferenceFlag from IdentifierReference (#5077) 2024-08-22 14:30:50 +00:00
oxc_module_lexer Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_parser fix(parser): only show flow error if it's a flow file (#5069) 2024-08-22 12:19:45 +00:00
oxc_prettier refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_regular_expression chore(regular_expression): Update example to support RegExp constructor (#5106) 2024-08-23 04:57:32 +00:00
oxc_semantic feat(traverse): add is_static method to TraverseCtx, which is moves out from SymbolTable (#5067) 2024-08-23 07:14:08 +00:00
oxc_sourcemap Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_span refactor(span): clarify Atom conversion methods lifetimes (#4978) 2024-08-19 11:53:01 +00:00
oxc_syntax refactor(syntax)!: rename ReferenceFlag to ReferenceFlags (#5023) 2024-08-21 00:19:56 +00:00
oxc_transformer feat(traverse): add is_static method to TraverseCtx, which is moves out from SymbolTable (#5067) 2024-08-23 07:14:08 +00:00
oxc_traverse feat(traverse): add is_static method to TraverseCtx, which is moves out from SymbolTable (#5067) 2024-08-23 07:14:08 +00:00
oxc_wasm feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00