oxc/crates/oxc_semantic/src
2023-04-16 22:58:46 +08:00
..
checker refactor(oxc_diagnostics): remove error declarations 2023-04-10 22:21:05 +08:00
jsdoc feat(semantic): parse jsdoc comments (#205) 2023-04-12 16:47:19 +08:00
module_record refactor(oxc_ast): change SourceType::with_ methods to return Self 2023-04-16 21:32:00 +08:00
node refactor(semantic): remove unused AstNodeId::new 2023-04-16 22:58:46 +08:00
scope refactor(linter,semantic): move syntax check from linter to semantic (#272) 2023-04-10 12:23:53 +08:00
symbol chore: remove target_arch from std::mem::size_of checks 2023-04-16 21:08:12 +08:00
binder.rs refactor(ast): make BoundNames take a closure so it does not allocate (#249) 2023-04-04 20:55:00 +08:00
builder.rs feat(linter): implement no-unused-labels (#282) 2023-04-16 21:10:19 +08:00
diagnostics.rs refactor(oxc_diagnostics): remove error declarations 2023-04-10 22:21:05 +08:00
lib.rs feat(linter): implement no-unused-labels (#282) 2023-04-16 21:10:19 +08:00