Donny/강동윤
|
1aa494b1c0
|
fix(es/minifier): Fix logic for checking arguments (#3313)
swc_ecma_minifier:
- Don't mark `arguments` in nested scope as a inline blocker.
|
2022-01-19 17:39:24 +09:00 |
|
Donny/강동윤
|
fa5c063144
|
fix(es/minifier): Inline into interpolations in tagged template literals (#3287)
swc_ecma_minifier:
- Inline into tagged template literals. (Closes #2923)
|
2022-01-17 15:17:01 +09:00 |
|
Austaras
|
cdb46cfb91
|
fix(es/hygiene): Visit computed properties in usage analyzer (#3217)
|
2022-01-09 15:42:19 +09:00 |
|
magic-akari
|
52961804d1
|
feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171)
|
2022-01-03 05:54:58 +09:00 |
|
David Sherret
|
beb2c73c2c
|
fix(swc/hygiene): Prefer not renaming top level variables (#2940)
swc_ecma_transforms_base:
- `hygiene`: Use concept of depth to prevent renaming top level nodes.
|
2021-12-04 01:55:27 +09:00 |
|
Donny/강동윤
|
f2c67b8caf
|
fix(es/minifier): Don't inline string literals if it's used multiple time (#2748)
swc_ecma_minifier:
- Don't inline strings because it's simple.
- Inline short strings.
|
2021-11-15 14:03:03 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|