oxc/crates/oxc_parser/src/js
2024-04-13 15:59:24 +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 feat(ast): add "abstract" type to MethodDefinition and PropertyDefinition (#2536) 2024-02-28 17:33:11 +08:00
declaration.rs refactor(parser): improve parsing of BindingPattern in TypeScript (#2624) 2024-03-06 16:16:03 +08:00
expression.rs chore: fix internal doc warnings 2024-04-13 15:59:24 +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 feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs fix(parser)!: drop TSImportEqualsDeclaration.is_export (#2654) 2024-03-10 13:22:18 +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 refactor(parser): improve parsing of BindingPattern in TypeScript (#2624) 2024-03-06 16:16:03 +08:00