oxc/crates/oxc_parser/src/js
2023-03-14 07:39:07 +08:00
..
binding.rs chore: run `types -w" to fix all typos 2023-03-11 23:37:19 +08:00
class.rs perf(ast): shrink some struct sizes 2023-03-06 06:29:18 -08:00
declaration.rs refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
expression.rs feat(parser): check function name for await and yield 2023-03-14 07:39:07 +08:00
function.rs feat(parser): check function name for await and yield 2023-03-14 07:39:07 +08:00
grammar.rs chore: run `types -w" to fix all typos 2023-03-11 23:37:19 +08:00
list.rs refactor(parser): move import specifier parsing to list.rs (#167) 2023-03-12 10:45:02 +08:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs refactor(parser): move import specifier parsing to list.rs (#167) 2023-03-12 10:45:02 +08:00
object.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
operator.rs refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
statement.rs feat(parser): check ReturnStatement in return context 2023-03-12 23:30:32 +08:00