oxc/crates/oxc_parser/src/js
2024-01-03 11:34:14 +08:00
..
binding.rs refactor(ast): clean up some methods 2023-10-15 10:49:35 +08:00
class.rs refactor(parser): report this parameter error (#1788) 2023-12-23 22:09:14 +08:00
declaration.rs feat(parsr): parse let.a = 1 with error recovery (#1587) 2023-11-29 23:21:39 +08:00
expression.rs fix(parser): terminate parsing if an EmptyParenthesizedExpression error occurs (#1874) 2024-01-03 11:34:14 +08:00
function.rs refactor(parser): report this parameter error (#1788) 2023-12-23 22:09:14 +08:00
grammar.rs refactor(ast): change the arguments order for some new functions 2023-09-16 16:07:52 +08:00
list.rs refactor(ast): introduce ThisParameter (#1728) 2023-12-19 13:20:33 +08:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs refactor(parser): remove duplicated code 2023-11-29 18:23:32 +08:00
object.rs refactor(ast): introduce ThisParameter (#1728) 2023-12-19 13:20:33 +08:00
operator.rs feat(minimizer): print parentheses 2023-06-01 22:45:26 +08:00
statement.rs fix(parser) fix typo in expecting_directives variable name (#1801) 2023-12-24 16:51:02 +00:00