swc/crates/swc_ecma_minifier/tests/single-pass
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
..
1 feat(es/minifier): Improve inliner and evaluator (#4216) 2022-04-05 06:25:23 +00:00
2 feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
3 feat(es/minifier): Improve evaluation of template literals (#4359) 2022-04-18 08:43:54 +09:00
4 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
5 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
terser/1 fix(es/minifier): Fix analysis of update expressions (#4428) 2022-04-25 12:07:27 +00:00
config.json fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00