swc/crates/swc_ecma_minifier/src
Donny/강동윤 84cec8766d
refactor(atoms): Remove usage of js_word! to drop string-cache (#7976)
**Description:**

This PR is to prepare removal of `string-cache`. Actually, this PR does not remove it. Instead, this PR only removes direct usages of `js_word!`s, especially in patterns.



**Related issue:**

 - #4946.
2023-10-08 00:39:51 +00:00
..
cli refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
compress refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
lists chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
metadata feat(es/minifier): Support __NO_SIDE_EFFECTS__ (#7532) 2023-06-21 07:25:29 +00:00
option feat(es/minifier): Support mangle.eval (#7777) 2023-08-09 20:42:12 +00:00
pass refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
util refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
debug.rs feat(es/minifier): Support script fully (#6455) 2022-11-17 06:00:42 +00:00
eval.rs refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
js.rs refactor(es/minifier): Move JS options to swc_ecma_minifier (#8028) 2023-09-29 10:59:43 +00:00
lib.rs refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
macros.rs perf(es/minifier): Make more things parallel and reduce call stacks (#4915) 2022-06-14 05:03:09 +09:00
mode.rs fix(es/minifier): Don't inline properties if the var is not fn-local (#7839) 2023-08-22 11:04:15 +09:00
program_data.rs refactor(es/minifier): Remove mutated and mutation_by_call_count (#7890) 2023-08-30 03:01:29 +00:00
timing.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00