swc/crates/swc_ecma_minifier/tests/terser/compress/arrays
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
..
constant_join feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
constant_join_2 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
constant_join_3 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
for_loop feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
holes_and_undefined feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
index feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
index_length feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
length feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
spread_with_array_at_end feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
spread_with_logical_expression_at_end feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
spread_with_logical_expression_at_middle feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
spread_with_variable_as_last_element feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
spread_with_variable_at_front feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
spread_with_variable_at_front_after_elisions feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
spread_with_variable_in_middle feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00