oxc/crates/oxc_semantic/src
2024-02-06 22:01:16 +08:00
..
checker feat(ast): enter AstKind::ExportDefaultDeclaration, AstKind::ExportNamedDeclaration and AstKind::ExportAllDeclaration (#2317) 2024-02-05 17:43:30 +08:00
class refactor(semantic): improve ClassTable implmention and merge properties and methods to elements (#1902) 2024-01-05 18:38:51 +08:00
jsdoc feat(ast/semantic): parse jsdoc on PropertyDefinition (#1517) 2023-11-23 18:30:14 +08:00
module_record feat(semantic): add export binding for ExportDefaultDeclarations in module record (#2329) 2024-02-06 22:01:16 +08:00
binder.rs fix(semantic): remove unnecessary SymbolFlags::Import (#2311) 2024-02-05 14:16:29 +08:00
builder.rs Revert "refactor(semantic): get function by scope_id in set_function_node_flag (#2208)" 2024-02-05 22:49:10 +08:00
control_flow.rs feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
diagnostics.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
label.rs refactor(semantic): checking label in ContinueStatement based on LabelBuilder (#2202) 2024-01-29 18:24:42 +08:00
lib.rs feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
node.rs feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
pg.rs fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
reference.rs feat(ast): TypeScript definition for wasm target (#2158) 2024-01-30 15:43:03 +08:00
scope.rs feat(transform): support es2015 new target (#1967) 2024-01-10 23:59:56 +08:00
symbol.rs chore: omit warning for unused TS_APPEND_CONTENT 2024-02-01 14:07:40 +08:00