oxc/crates/oxc_wasm
Boshen a63a45d5b2
refactor(transformer): remove the requirement of Semantic (#3140)
It seems like we need to rebuild the scopes and symbols while
traversing. We can't utilize the scopes and symbols built by semantic
because they are immutable.
2024-04-30 12:48:21 +08:00
..
.cargo fix(oxc_wasm): remove wee_alloc dependency; fix profile warning 2023-03-06 14:50:02 +08:00
src refactor(transformer): remove the requirement of Semantic (#3140) 2024-04-30 12:48:21 +08:00
.gitignore chore(oxc_wasm): remove unnecessary lines from .gitignore 2023-03-20 14:38:09 +08:00
Cargo.toml feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00