oxc/crates/oxc_parser/src/js
2023-02-27 12:27:44 +08:00
..
binding.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
class.rs fix(oxc_parser): check access correctly 2023-02-27 03:10:02 +08:00
declaration.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
expression.rs fix(oxc_parser): check ambiguous for await 2023-02-24 12:46:59 +08:00
function.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
grammar.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
list.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs fix(oxc_parser): support export type with star symbol 2023-02-27 12:26:23 +08:00
object.rs refactor(diagnostics,parser): move diagnostics to parser 2023-02-22 19:23:01 +08:00
operator.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
statement.rs feat(oxc_parser): Port isStartOfDeclaration form tsc 2023-02-27 12:27:44 +08:00