mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
53610fdafc
- 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. |
||
---|---|---|
.. | ||
constant_join | ||
constant_join_2 | ||
constant_join_3 | ||
for_loop | ||
holes_and_undefined | ||
index | ||
index_length | ||
length | ||
spread_with_array_at_end | ||
spread_with_logical_expression_at_end | ||
spread_with_logical_expression_at_middle | ||
spread_with_variable_as_last_element | ||
spread_with_variable_at_front | ||
spread_with_variable_at_front_after_elisions | ||
spread_with_variable_in_middle |