swc/crates/swc_bundler/tests
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
..
.cache refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
common feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
deno test(es): Organize tests (#4251) 2022-04-05 08:21:19 +00:00
deno-exec chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
fixture feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +00:00
deno.rs feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
fixture.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00