oxc/crates/oxc_semantic/src
2023-11-27 14:31:38 +08:00
..
checker refactor(ast): VariableDeclarationKind::to_string -> as_str (#1321) 2023-11-14 15:28:13 +00:00
jsdoc feat(ast/semantic): parse jsdoc on PropertyDefinition (#1517) 2023-11-23 18:30:14 +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 chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557) 2023-11-27 14:31:38 +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