oxc/crates/oxc_semantic/src
2024-02-26 15:48:05 +08:00
..
checker refactor(ast): s/NumberLiteral/NumericLiteral to align with estree 2024-02-21 21:41:08 +08:00
class feat(semantic): add static property, ElementKind::Getter, ElementKind::Setter in ClassTable (#2445) 2024-02-20 13:07:48 +08:00
jsdoc fix(semantic): Should return nearest JSDoc (#2490) 2024-02-24 20:35:57 +08:00
module_record fix(linter): improve import/no-named-as-default (#2494) 2024-02-25 21:24:08 +08:00
binder.rs refactor(ast): s/NumberLiteral/NumericLiteral to align with estree 2024-02-21 21:41:08 +08:00
builder.rs fix(semantic): add export symbol flag to identifiers in export declarations (#2508) 2024-02-26 15:48:05 +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 fix(semantic): incorrect reference flag for MemberExpression assign (#2433) 2024-02-19 10:33:51 +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