swc/crates/swc_ecma_minifier/tests/fixture/projects/next
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
..
.archive-4 test(es/minifier): Organize tests (#4375) 2022-04-20 15:52:03 +09:00
archive-1 fix(es/minifier): Fix analysis of update expressions (#4428) 2022-04-25 12:07:27 +00:00
archive-2/pages test(es/minifier): Organize tests (#4375) 2022-04-20 15:52:03 +09:00
archive-3/pages/dynamic fix(es/minifier): Fix analysis of update expressions (#4428) 2022-04-25 12:07:27 +00:00
extra/if_return feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00