oxc/crates/oxc_parser/src
Boshen 2f48bdf26f
fix(parser,semantic): make semantic own Trivias (#711)
closes #708

Making the parser return Rc<Trivias> is not a good API, and ideally
`Semantic` should just own `Trivias` so it can process or mutate it.
2023-08-10 15:30:32 +08:00
..
js refactor(ast): use atom for Directive and Hashbang (#701) 2023-08-09 13:52:56 +08:00
jsx chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
lexer fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
ts chore(rust): rust cargo fmt and fix clippy warnings 2023-07-04 15:41:30 +08:00
context.rs chore: reformat 2023-07-27 13:11:46 +08:00
cursor.rs fix(parser): fix re_lex_jsx_identifier not omitting whitespaces 2023-07-05 12:53:21 +08:00
diagnostics.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
lib.rs fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
list.rs fix(parser): fix crashing on empty ParenthesizedExpression with comments (#263) 2023-04-06 17:16:15 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00