oxc/crates
overlookmotel c04b9aa5db fix(transformer): add to SymbolTable::declarations for all symbols (#4460)
`declarations` field of `SymbolTable` is part of the SoA group field. For it to be valid to index into with `SymbolId`, an entry must be added for every new symbol which is created.
2024-07-26 00:14:29 +00:00
..
oxc Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_allocator Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_ast feat(ast): add AstKind::AssignmentTargetPattern, AstKind::ArrayAssignmentTarget and AstKind::ObjectAssignmentTarget (#4456) 2024-07-25 09:32:33 +00:00
oxc_ast_macros Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_cfg Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_codegen chore(codegen): port over esbuild codegen tests (all ignored right now) (#4457) 2024-07-25 10:00:34 +00:00
oxc_diagnostics Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_index Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_isolated_declarations Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_js_regex
oxc_language_server refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
oxc_linter feat(ast): add AstKind::AssignmentTargetPattern, AstKind::ArrayAssignmentTarget and AstKind::ObjectAssignmentTarget (#4456) 2024-07-25 09:32:33 +00:00
oxc_macros perf(linter): disable lint rules by file type (#4380) 2024-07-21 15:22:54 +00:00
oxc_mangler refactor(semantic): var hoisting (#4379) 2024-07-25 00:55:02 +00:00
oxc_minifier chore(codegen): port over esbuild codegen tests (all ignored right now) (#4457) 2024-07-25 10:00:34 +00:00
oxc_module_lexer Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_parser Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic refactor(semantic): re-order SymbolTable fields (#4459) 2024-07-25 14:38:36 +00:00
oxc_sourcemap Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_span Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_syntax Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_transformer fix(transformer): add to SymbolTable::declarations for all symbols (#4460) 2024-07-26 00:14:29 +00:00
oxc_traverse fix(transformer): add to SymbolTable::declarations for all symbols (#4460) 2024-07-26 00:14:29 +00:00
oxc_wasm refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00