oxc/crates/oxc_parser/src/js
2024-05-30 19:58:50 +08:00
..
arrow.rs fix(parser): parse const extends in arrow functions correctly (#3450) 2024-05-28 21:34:52 +08:00
binding.rs refactor(parser): start porting arrow function parsing from tsc (#3340) 2024-05-18 22:35:29 +08:00
class.rs refactor(parser): improve expression parsing (#3352) 2024-05-19 21:28:16 +08:00
declaration.rs refactor(paresr): move some structs to js module (#3341) 2024-05-18 14:41:32 +00:00
expression.rs refactor(parser): improve expression parsing (#3352) 2024-05-19 21:28:16 +08:00
function.rs fix(parser): should parser error when function declaration has no name (#3461) 2024-05-30 19:58:50 +08:00
grammar.rs refactor(parser,diagnostic): one diagnostic struct to eliminate monomorphization of generic types (#3214) 2024-05-11 04:56:22 +00:00
list.rs refactor(parser): clean up ParserState (#3345) 2024-05-19 01:30:16 +08:00
mod.rs fix(parser): should parser error when function declaration has no name (#3461) 2024-05-30 19:58:50 +08:00
module.rs refactor(paresr): move some structs to js module (#3341) 2024-05-18 14:41:32 +00:00
object.rs refactor(parser): start porting arrow function parsing from tsc (#3340) 2024-05-18 22:35:29 +08:00
operator.rs
statement.rs refactor(paresr): move some structs to js module (#3341) 2024-05-18 14:41:32 +00:00