mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +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. |
||
---|---|---|
.. | ||
check_escape_style | ||
escape_non_escaped_identifier | ||
ID_continue_with_surrogate_pair | ||
issue_2242_1 | ||
issue_2242_2 | ||
issue_2242_3 | ||
issue_2242_4 | ||
issue_2569 | ||
issue_3271 | ||
keep_quoted_unicode_props_es5 | ||
keep_quoted_unicode_props_safari | ||
non_escape_2_non_escape | ||
unicode_escaped_identifier_2015 | ||
unicode_escaped_identifier_es5_as_is | ||
unicode_escaped_identifier_safari | ||
unicode_identifier_ascii_only | ||
unicode_parse_variables | ||
unicode_props_safari | ||
unicode_string_literals |