oxc/crates/oxc_semantic/src
2023-11-02 13:10:15 +08:00
..
checker feat(semantic): check non-simple lhs expression of assignment expression (#994) 2023-10-14 23:40:10 +08:00
jsdoc perf(parser): lazily build trivia map instead of build in-place (#903) 2023-09-12 23:23:56 +08:00
module_record feat(transformer): implement some of needs_explicit_esm for typescript (#1047) 2023-10-24 17:30:01 +08:00
binder.rs feat(semantic): bind function expression name (#1049) 2023-10-24 17:25:12 +08:00
builder.rs fix(linter) Fix panic when linting declaration files (#1014) 2023-10-21 09:25:32 +08:00
diagnostics.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
lib.rs refactor(transformer): move Semantic into Transformer (#1130) 2023-11-02 13:10:15 +08:00
node.rs fix(semantic): nested references (#661) 2023-07-31 12:29:15 +08:00
reference.rs feat(minifier): partially re-enable minifier (#963) 2023-10-08 11:06:42 +08:00
scope.rs feat(transformer): add utils to make logical_assignment_operators pass (#1017) 2023-10-20 16:27:23 +08:00
symbol.rs feat(transformer): add utils to make logical_assignment_operators pass (#1017) 2023-10-20 16:27:23 +08:00