oxc/crates/oxc_parser/src
Boshen 6800e694e3
feat(oxc): add Compiler and CompilerInterface (#4954)
This PR adds a full compiler pipeline to the `oxc` crate, to stop us
from implementing the same pipeline over and over again.

relates #4455
2024-08-19 10:20:05 +08:00
..
js refactor(parser): use ast_builder in more places. (#4612) 2024-08-02 22:38:06 +00:00
jsx refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
lexer chore(deps): remove static_assertions dependency. (#4883) 2024-08-14 02:18:06 +00:00
ts fix(parser): parse assert keyword in TSImportAttributes (#4610) 2024-08-04 01:41:31 +00:00
context.rs
cursor.rs chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
diagnostics.rs fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00:00
lib.rs feat(oxc): add Compiler and CompilerInterface (#4954) 2024-08-19 10:20:05 +08:00
modifiers.rs fix(parser): avoid crashing on invalid const modifier (#4267) 2024-07-15 11:37:31 +00:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00