oxc/crates/oxc_parser/src/lexer
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
..
constants.rs refactor(syntax): move identifier related code from lexer to syntax 2023-05-27 11:00:02 +08:00
kind.rs feat: support hashbang interpreter comments (#431) 2023-06-11 23:55:58 +08:00
mod.rs chore: reformat 2023-07-27 13:11:46 +08:00
number.rs feat: handle UnaryOpsWithBigInt (#475) 2023-06-25 22:37:36 +08:00
string_builder.rs chore: remove some unused code 2023-04-17 23:25:57 +08:00
token.rs feat: handle UnaryOpsWithBigInt (#475) 2023-06-25 22:37:36 +08:00
trivia_builder.rs fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00