Gobble plugin to compile ES6 JavaScript files using es6-transpiler. Current version 0.1.2 (unmaintained since 2014). Release cadence: no active development. Key differentiators: integrates with the gobble build system and wraps es6-transpiler for ES6-to-ES5 transpilation. Alternatives: use modern tools like Babel or TypeScript with gobble-gobble or other build systems.
npm install gobble-es6-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the plugin in a gobblefile: require the plugin and chain it with map.
Migrate to a modern transpiler like Babel with gobble-babel or use a different build system.
Check gobble compatibility or use an alternative plugin.
Handle errors via try-catch or rely on exceptions.
Run `npm install es6-transpiler` as a dependency.
Ensure gobble version supports .map and require('gobble-es6-transpiler') is called before usage.