oxc/crates/oxc_ast/src
2023-07-13 23:10:10 +08:00
..
ast feat(linter): add eslint/no-control-regex (#516) 2023-07-10 10:20:57 +08:00
ast_builder.rs feat: support hashbang interpreter comments (#431) 2023-06-11 23:55:58 +08:00
ast_kind.rs Visit jsx_element in ast visitor and add to astkind (#524) 2023-07-07 12:36:52 +08:00
lib.rs refactor(ast): move ModuleRecord to oxc_syntax 2023-07-03 22:54:27 +08:00
serialize.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
span.rs feat: implement GetSpan for ForStatementLeft (#540) 2023-07-11 22:11:07 +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 chore(rust): rust version 1.71.0 nightly 2023-07-13 23:10:10 +08:00
visit_mut.rs refactor(ast): s/ArrowFunctionExpression/ArrowExpression 2023-05-28 22:40:16 +08:00