oxc/crates/oxc_parser/src/js
2023-08-25 23:07:14 +08:00
..
binding.rs feat(ast): add SymbolId and ReferenceId (#755) 2023-08-19 18:09:47 +08:00
class.rs feat(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
declaration.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
expression.rs feat(ast): add SymbolId and ReferenceId (#755) 2023-08-19 18:09:47 +08:00
function.rs refactor: improve code coverage a little bit 2023-08-25 23:07:14 +08:00
grammar.rs feat(ast): add SymbolId and ReferenceId (#755) 2023-08-19 18:09:47 +08:00
list.rs Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +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 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 refactor(ast): use atom for Directive and Hashbang (#701) 2023-08-09 13:52:56 +08:00