oxc/crates/oxc_semantic/src
2023-09-06 14:54:19 +08:00
..
checker feat(linter): add runner for import-plugin (#858) 2023-09-06 14:54:19 +08:00
jsdoc fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
module_record feat(linter): add runner for import-plugin (#858) 2023-09-06 14:54:19 +08:00
binder.rs feat(ast): add SymbolId and ReferenceId (#755) 2023-08-19 18:09:47 +08:00
builder.rs feat(linter): add runner for import-plugin (#858) 2023-09-06 14:54:19 +08:00
diagnostics.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
lib.rs chore(semantic): return Arc<ModuleRecord> from semantic 2023-09-03 15:41:11 +08:00
node.rs fix(semantic): nested references (#661) 2023-07-31 12:29:15 +08:00
reference.rs feat(ast): add SymbolId and ReferenceId (#755) 2023-08-19 18:09:47 +08:00
scope.rs test(semantic): test harness (#679) 2023-08-07 10:43:05 +08:00
symbol.rs Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00