oxc/crates/oxc_ast/src
2023-04-06 17:16:15 +08:00
..
ast feat(parser): parse ts satisfies operator 2023-04-02 16:41:53 +08:00
ast_builder.rs feat(parser): parse ts satisfies operator 2023-04-02 16:41:53 +08:00
ast_kind.rs feat(parser): parse ts satisfies operator 2023-04-02 16:41:53 +08:00
lib.rs refactor(ast,parser): move parsing context from ast to parser 2023-04-01 18:01:33 +08:00
module_record.rs refactor(oxc_ast): improve doc and reexports 2023-04-01 18:01:33 +08:00
serialize.rs refactor(ast): make serde an optional feature (#236) 2023-04-01 17:12:23 +08:00
source_type.rs refactor(ast,parser): move parsing context from ast to parser 2023-04-01 18:01:33 +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): improve doc and reexports 2023-04-01 18:01:33 +08:00
visit.rs feat(parser): parse ts satisfies operator 2023-04-02 16:41:53 +08:00
visit_mut.rs feat(parser): parse ts satisfies operator 2023-04-02 16:41:53 +08:00