JS Compile
- minification
- commma
- obfuscation
- helper functions
__extends
__decorate
__awaiter
,__generator
- 参考
// funcName 的 this 为 module
(0, import_module.funcName)(); // -> funcName()
prettier --no-config --write ./a.min.js
__extends
__decorate
__awaiter
, __generator
// funcName 的 this 为 module
(0, import_module.funcName)(); // -> funcName()
prettier --no-config --write ./a.min.js