oxc/crates/oxc_semantic/src
2024-01-06 12:56:27 +08:00
..
checker feat(semantic): allow reserved keyword defined in ts module block (#1907) 2024-01-06 12:56:27 +08:00
class refactor(semantic): improve ClassTable implmention and merge properties and methods to elements (#1902) 2024-01-05 18:38:51 +08:00
jsdoc feat(ast/semantic): parse jsdoc on PropertyDefinition (#1517) 2023-11-23 18:30:14 +08:00
module_record chore: upgrade rustc toolchain to stable 1.75.0 (#1853) 2023-12-29 12:20:51 +08:00
binder.rs feat(semantic): add current_scope_flags function in SemanticBuilder (#1906) 2024-01-06 12:51:44 +08:00
builder.rs feat(semantic): add current_scope_flags function in SemanticBuilder (#1906) 2024-01-06 12:51:44 +08:00
diagnostics.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
lib.rs feat(semantic): add ClassTable (#1793) 2023-12-25 23:59:35 +08:00
node.rs refactor(semantic): remove unused methods from AstNode 2023-12-21 16:08:14 +08:00
reference.rs feat(playground): visualize symbol (#1886) 2024-01-04 15:36:31 +08:00
scope.rs feat(playground): visualize scope (#1882) 2024-01-03 16:10:42 +08:00
symbol.rs feat(playground): visualize symbol (#1886) 2024-01-04 15:36:31 +08:00