swc/crates/swc_ecma_minifier/src
2022-11-15 02:28:38 +00:00
..
alias feat(es/minifier): Detect type of .length (#6120) 2022-10-11 23:06:58 +00:00
analyzer feat(es/minifier): Inline a lazily initialized var if it's used once (#6237) 2022-10-26 06:02:22 +00:00
cli refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
compress fix(es/minifier): Preserve op of the op-assignments in seq inliner (#6428) 2022-11-15 00:22:06 +00:00
lists chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
metadata fix(es/minifier): Optimize inlining function calls with a literal in arguments (#5365) 2022-08-02 11:37:40 +00:00
option fix(es/minifier): Change the default of mangle.toplevel to false (#6439) 2022-11-15 02:28:38 +00:00
pass fix(es/minifier): Fix analysis of var declaration after usage (#6043) 2022-10-06 02:09:13 +00:00
util fix(es/parser): Fix parsing of TS satisfies expressions (#6354) 2022-11-07 03:56:15 +00:00
debug.rs refactor(es/minifier): Don't create invalid nodes (#6191) 2022-10-21 00:33:40 +00:00
eval.rs perf(es/minifier): Reduce type sizes (#5843) 2022-09-13 06:45:33 +00:00
lib.rs fix(es/minifier): Fix infinite loop (#6300) 2022-11-01 16:32:52 +00:00
macros.rs perf(es/minifier): Make more things parallel and reduce call stacks (#4915) 2022-06-14 05:03:09 +09:00
marks.rs feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
mode.rs fix(es/utils): Fix wrong apis (#4604) 2022-05-11 04:36:22 +00:00
timing.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00