oxc/crates/oxc_parser/src/js
magic-akari 9c0aafcd1c
fix(parser): Disallow ReservedWord in NamedExports (#1230)
- fix: #1222

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2023-11-12 10:52:02 +00:00
..
binding.rs refactor(ast): clean up some methods 2023-10-15 10:49:35 +08:00
class.rs fix(parser): ASI of async class member (#1214) 2023-11-10 16:21:51 +00:00
declaration.rs feat(parser): TypeScript 5.2 (#811) 2023-10-05 12:52:14 +13:00
expression.rs refactor(ast): clean up some methods 2023-10-15 10:49:35 +08:00
function.rs refactor(ast): clean up some methods 2023-10-15 10:49:35 +08:00
grammar.rs refactor(ast): change the arguments order for some new functions 2023-09-16 16:07:52 +08:00
list.rs Rust 1.73.0 (#958) 2023-10-06 17:56:14 +13:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs fix(parser): Disallow ReservedWord in NamedExports (#1230) 2023-11-12 10:52:02 +00:00
object.rs feat(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
operator.rs feat(minimizer): print parentheses 2023-06-01 22:45:26 +08:00
statement.rs feat(parser): TypeScript 5.2 (#811) 2023-10-05 12:52:14 +13:00