oxc/crates/oxc_parser/src/js
2023-05-24 18:33:19 +08:00
..
binding.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
class.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
declaration.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
expression.rs refactor(ast): move NumberBase to oxc_syntax; add NumberBase::Float 2023-05-24 18:33:19 +08:00
function.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
grammar.rs feat(ast): split Property into ObjectProperty and BindingProperty (#361) 2023-05-16 15:51:50 +08:00
list.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
object.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
operator.rs refactor: move operator to oxc_syntax (#341) 2023-05-08 15:35:01 +08:00
statement.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00