swc/crates/swc_ecma_transforms_optimization/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
..
dce feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
dce-jsx fix(es/optimization): Support jsx in dce (#4203) 2022-03-31 00:54:20 +00:00
expr-simplifier feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
const_modules.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
fixture.rs feat(es/optimization): Accept top level mark from simplifiers (#4434) 2022-04-25 15:31:59 +00:00
simplify_dce.rs feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
simplify_inlining.rs feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
simplify.rs feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00