babel / minify

:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
https://babeljs.io/repl
MIT License
4.39k stars 225 forks source link

Clarifying use of Node API #911

Closed tlhunter closed 6 years ago

tlhunter commented 6 years ago

Making it obvious that the first argument to .transform() is a code string and that the return value is minified code.