oxc/crates/oxc_parser/src/js
overlookmotel 942b2ba084
refactor(ast): add array element Elision type (#3074)
Pure refactor. This change does nothing except makes it more consistent
with other types which are also just a wrapper around `Span` e.g.
`NullLiteral` and `TSThisType`.
2024-04-23 02:05:11 +08:00
..
binding.rs fix(ast): parse rest parameter with the correct optional and type annotation syntax (#2686) 2024-03-12 15:47:22 +08:00
class.rs perf(ast): reduce indirection in AST types (#3051) 2024-04-22 09:05:25 +08:00
declaration.rs refactor(parser): improve parsing of BindingPattern in TypeScript (#2624) 2024-03-06 16:16:03 +08:00
expression.rs refactor(ast): add array element Elision type (#3074) 2024-04-23 02:05:11 +08:00
function.rs fix(parser): fix span end for TSEmptyBodyFunctionExpression (#2606) 2024-03-05 12:45:11 +08:00
grammar.rs feat(ast): add AssignmentTargetRest (#2601) 2024-03-04 14:31:22 +08:00
list.rs chore(parser): make sure all span.end >= span.start (#2681) 2024-03-11 19:49:51 +08:00
mod.rs
module.rs perf(ast): box ImportDeclarationSpecifier enum variants (#3061) 2024-04-22 09:06:39 +08:00
object.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
operator.rs feat(minimizer): print parentheses 2023-06-01 22:45:26 +08:00
statement.rs feat(ast): add CatchParameter node (#3049) 2024-04-21 23:43:39 +08:00