Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
babel-minify@0.4.2.tar.gz | 2018-05-14 | 6.0 MB | |
babel-minify@0.4.2.zip | 2018-05-14 | 6.5 MB | |
README.md | 2018-05-14 | 1.8 kB | |
Totals: 3 Items | 12.5 MB | 0 |
babel-minify@0.4.2 (2018-05-14)
:rocket: New Feature
babel-plugin-minify-simplify
,babel-plugin-transform-simplify-comparison-operators
- #572 Replace
x != undefined
withx != null
. (@j-f1)
:bug: Bug Fix
babel-plugin-minify-mangle-names
,babel-preset-minify
- #842 fix(mangle): handle inferred names for functions. (@boopathi)
babel-plugin-minify-infinity
- #841 fix: minify infinity in expressions. (@boopathi)
babel-helper-evaluate-path
,babel-plugin-minify-dead-code-elimination
,babel-plugin-minify-guarded-expressions
,babel-plugin-minify-simplify
,babel-preset-minify
- #831 fix: account for different scopes during path evaluation. (@vigneshshanmugam)
babel-plugin-minify-dead-code-elimination
,babel-preset-minify
- #834 fix(deadcode): account for impure paths inside for statements. (@vigneshshanmugam)
Chore
- #838 (chore): fix links to debugging section [skip ci]. (@vigneshshanmugam)
- #837 (chore) change line endings from crlf to lf. (@vigneshshanmugam)
Committers: 3
- Boopathi Rajaa (boopathi)
- Jed Fox (j-f1)
- Vignesh Shanmugam (vigneshshanmugam)