oxc/crates/oxc_parser/src
2023-04-04 22:36:35 +08:00
..
js refactor(parser): clean up parsing of ForStatement (#251) 2023-04-04 22:36:35 +08:00
jsx feat(parser): parse jsx element and fragment in JSXAttributeValue 2023-04-02 16:41:53 +08:00
lexer fix(parser): clean up type arguments parsing (#242) 2023-04-02 12:06:52 +08:00
ts fix(parser): clean up type arguments parsing (#242) 2023-04-02 12:06:52 +08:00
context.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
cursor.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
diagnostics.rs fix(parser): allow non-last rest element in ambient contexts 2023-04-02 16:41:53 +08:00
lib.rs chore: update README about conformance 2023-04-02 16:41:53 +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