oxc/crates/oxc_ast/src
2023-04-15 18:02:17 +08:00
..
ast refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
ast_builder.rs feat(parser): parse ts satisfies operator 2023-04-02 16:41:53 +08:00
ast_kind.rs feat(semantic): parse jsdoc comments (#205) 2023-04-12 16:47:19 +08:00
lib.rs refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
module_record.rs refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
serialize.rs refactor(ast): make serde an optional feature (#236) 2023-04-01 17:12:23 +08:00
source_type.rs refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
span.rs fix(parser): fix crashing on empty ParenthesizedExpression with comments (#263) 2023-04-06 17:16:15 +08:00
syntax_directed_operations.rs refactor(ast): make BoundNames take a closure so it does not allocate (#249) 2023-04-04 20:55:00 +08:00
trivia.rs refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
visit.rs refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
visit_mut.rs refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00