6-to-library
JSON →A deprecated formatter plugin for 6to5 (predecessor to Babel) that transforms ES6 modules into CommonJS, AMD, or global scripts for library distribution. Version 0.3.4 was the last release. It was made obsolete by 6to5 v2.7.0+, which added native module export support. Key differentiator: allowed library authors to write in ES6 and target multiple module systems seamlessly by specifying '6-to-library' as the modules option in 6to5.
Resources
package6-to-library ↗