This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-19 03:31:45 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
9e691fe75b
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262-min
/
77a541b0502d0bde.js
3 lines
7 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix codegen: preserve input (#1221) swc_ecma_codegen: - Preserve input. (#1204)
2020-11-20 20:04:29 +03:00
(
'
\
fix(es/minifier): Improve output of minifier (#1990) swc_common: - Add `Span.has_mark`. swc_ecma_codegen: - Emit `1e3` for `1000`. - Optimize output. (#1986) swc_ecma_minifier: - name mangler: Don't use keywords as an id. - `properties`: Optimize member expression with string properties. - `inline`: Inline some function expressions even if it's not fn-local. - `analyzer`: Track reassignment correctly. - `analyzer`: Track fn-local correctly. - `sequences`: Inject `void` if required. - `inline`: Inline function declarations correctly. - `sequences`: Merge expressions into test of if statements. - `sequences`: Reduce calls to an assigned variable. - Use `Marks` instead of `&dyn Comments`. swc_ecma_transforms_optimization: - `expr_simplifier`: Fix infinite loops. node/swc: - Ensure that `.transform` performs minification. (#1989)
2021-08-03 18:52:47 +03:00
'
)
Reference in New Issue
Copy Permalink