oxc/crates/oxc_semantic/src
overlookmotel be4642fc02 feat(semantic): transform checker check child scope IDs (#5410)
Transform checker check child scope IDs. If we have to track child scope IDs, we should make sure they're correct!
2024-09-03 00:57:13 +00:00
..
checker chore(semantic): remove accidentally left comment (#5162) 2024-08-24 00:41:01 -04:00
class perf: replace some CompactStr usages with Cows (#4377) 2024-07-20 19:19:55 +00:00
jsdoc fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
module_record refactor(semantic): change build_module_record to accept &Path instead of PathBuf 2024-08-30 12:24:49 +08:00
binder.rs fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
builder.rs feat(semantic)!: add ScopeTree:get_child_ids API behind a runtime flag (#5403) 2024-09-02 16:22:26 +00:00
counter.rs feat(ast)!: add JSXElementName::IdentifierReference and JSXMemberExpressionObject::IdentifierReference (#5223) 2024-08-30 11:11:04 +00:00
diagnostics.rs refactor(linter): improve diagnostic labeling (#3960) 2024-06-29 05:19:22 +00:00
dot.rs fix(ast)!: rename all instances of BigintLiteral to BigIntLiteral. (#3898) 2024-06-25 14:39:42 +00:00
label.rs refactor(semantic): rewrite handling of label statement errors (#5138) 2024-08-24 02:37:49 +00:00
lib.rs feat(ast)!: add JSXElementName::IdentifierReference and JSXMemberExpressionObject::IdentifierReference (#5223) 2024-08-30 11:11:04 +00:00
node.rs feat(semantic): impl GetSpan for AstNode (#4717) 2024-08-07 03:59:38 +00:00
post_transform_checker.rs feat(semantic): transform checker check child scope IDs (#5410) 2024-09-03 00:57:13 +00:00
reference.rs refactor(semantic): rename Reference::flag field to flags (#5026) 2024-08-21 00:19:57 +00:00
scope.rs fix(traverse): insert_scope_below update child scopes records (#5409) 2024-09-03 00:57:12 +00:00
symbol.rs fix(transformer/arrow-functions): remove SymbolFlags::ArrowFunction (#5190) 2024-08-25 10:27:00 +00:00
unresolved_stack.rs refactor(semantic): UnresolvedReferencesStack contain only ReferenceId (#4960) 2024-08-19 01:32:04 +00:00