oxc/crates/oxc_parser/src
2023-03-17 11:15:33 +08:00
..
js feat(parser): support decorators in class expression (#190) 2023-03-17 09:33:04 +08:00
jsx refactor(lexer): change TokenValue::String(Atom) to TokenValue::String(&str) (#174) 2023-03-13 09:33:44 +08:00
lexer refactor(lexer): make TokenValue 8 bytes smaller by changing RegExp.pattern to &'a str (#175) 2023-03-13 23:20:52 +08:00
ts refactor(lexer): change TokenValue::String(Atom) to TokenValue::String(&str) (#174) 2023-03-13 09:33:44 +08:00
cursor.rs refactor(lexer): make TokenValue 8 bytes smaller by changing RegExp.pattern to &'a str (#175) 2023-03-13 23:20:52 +08:00
diagnostics.rs feat(parser): check YieldExpression 2023-03-12 23:41:27 +08:00
lib.rs fix(coverage): correct the number on AST Parsed 2023-03-17 11:15:33 +08:00
list.rs chore: run `types -w" to fix all typos 2023-03-11 23:37:19 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00