swc/crates/swc_node_bundler/src
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
..
loaders feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
v1 refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
v2 feat(node-swc): Add cargo feature for v2 (#3019) 2021-12-12 22:52:58 +09:00
lib.rs feat(node-swc): Add cargo feature for v2 (#3019) 2021-12-12 22:52:58 +09:00