oxc/crates/oxc_parser/src/js
2023-11-19 11:11:19 +08: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 Add base to AST BigintLiteral (#1416) 2023-11-19 11:11:19 +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
module.rs fix(parser): Fix type import (#1291) 2023-11-14 15:17:58 +08: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