oxc/crates/oxc_parser/src
overlookmotel 3be03926e8 docs(lexer): fix doc comment (#8664)
The comment showing expansion of `ascii_byte_handler!` macro was inaccurate.
2025-01-22 16:22:32 +00:00
..
js refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
jsx refactor(parser): shorten code (#8640) 2025-01-21 14:36:00 +00:00
lexer docs(lexer): fix doc comment (#8664) 2025-01-22 16:22:32 +00:00
ts fix(parser): parse intrinsic TS keyword (#8627) 2025-01-21 09:54:10 +08:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
diagnostics.rs fix(parser): disallow type parameters on class constructors (#8071) 2024-12-24 07:38:39 +08:00
lib.rs refactor(parser): use ModuleRecord::has_module_syntax for setting sourceType (#7646) 2024-12-04 12:52:21 +00:00
modifiers.rs refactor(span): all methods take owned Span (#8297) 2025-01-18 01:47:09 +00:00
module_record.rs refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
state.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00