swc/crates/swc_node_bundler
Donny/강동윤 53610fdafc
feat(es/resolver): Use different syntax context for unresolved refs (#4436)
- We don't need a list of bindings to check if an identifier is unresolved.
 - Checking if an identifier is unresolved is now one CPU instruction.
   - Previously it was one hashmap operation.
 - This PR also improves performance, by removing the hashmaps mentioned above.
2022-04-26 07:38:50 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
tests feat(es/minifier): Enable conditionals by default (#4301) 2022-04-12 02:12:10 +00:00
.gitignore refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
build.rs refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
Cargo.toml chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00