oxc/crates/oxc_parser/src/js
2023-05-16 22:24:34 +08:00
..
binding.rs refactor(ast): clean up BindingProperty 2023-05-16 22:24:34 +08:00
class.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
declaration.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
expression.rs refactor: move operator to oxc_syntax (#341) 2023-05-08 15:35:01 +08:00
function.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
grammar.rs feat(ast): split Property into ObjectProperty and BindingProperty (#361) 2023-05-16 15:51:50 +08:00
list.rs refactor(ast): clean up BindingProperty 2023-05-16 22:24:34 +08:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs refactor(ast): remove Option around all ImportOrExportKind 2023-05-05 22:39:29 +08:00
object.rs refactor(ast): clean up BindingProperty 2023-05-16 22:24:34 +08:00
operator.rs refactor: move operator to oxc_syntax (#341) 2023-05-08 15:35:01 +08:00
statement.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00