oxc/crates/oxc_ast/src
2023-06-20 21:56:28 +08:00
..
ast feat(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
ast_builder.rs feat: support hashbang interpreter comments (#431) 2023-06-11 23:55:58 +08:00
ast_kind.rs perf(semantic): use IndexVec instead of indextree for ast nodes (#462) 2023-06-20 15:21:58 +08:00
lib.rs refactor(index): use static_assertions 2023-05-24 22:53:11 +08:00
module_record.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
serialize.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
span.rs refactor(ast): s/ArrowFunctionExpression/ArrowExpression 2023-05-28 22:40:16 +08:00
syntax_directed_operations.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
trivia.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
visit.rs refactor(ast): s/ArrowFunctionExpression/ArrowExpression 2023-05-28 22:40:16 +08:00
visit_mut.rs refactor(ast): s/ArrowFunctionExpression/ArrowExpression 2023-05-28 22:40:16 +08:00