swc/crates/swc_ecma_minifier/tests/terser/compress/arrow
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
..
arrow_binding_pattern feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
arrow_binding_pattern_strict feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
arrow_function_with_single_parameter_with_default feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
arrow_functions_with_body feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
arrow_functions_without_body feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
arrow_unused feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
arrow_unused_toplevel feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
arrow_with_regexp feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
async_function_expression feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
async_identifiers chore(es/minifier): Update terser test references (#4297) 2022-04-10 06:50:52 +00:00
async_object_literal feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
call_args feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
call_args_drop_param feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
concise_method_with_super feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
concise_methods_with_computed_property2 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
export_default_object_expression test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
issue_27 feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
issue_485_crashing_1530 feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
issue_2084 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_2105_1 fix(es/minifier): Fix analysis of update expressions (#4428) 2022-04-25 12:07:27 +00:00
issue_2105_2 fix(es/minifier): Fix analysis of update expressions (#4428) 2022-04-25 12:07:27 +00:00
issue_2136_2 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_2136_3 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_2271 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_3092a feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
issue_3092b feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
no_leading_parentheses feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
object_parens feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00