A Grunt task for transpiling ES6 module import/export syntax into AMD, CommonJS, YUI, or globals. Current version 0.5.0 (released Oct 2013) supports es6-module-transpiler v0.3.0. Legacy plugin for Grunt 0.4.x with no updates since 2013. Key differentiator: allowed early ES6 module transpilation in Grunt builds but is now outdated; replaced by modern tools like Babel. Requires peer dependency grunt ~0.4.1. Not maintained.
npm install toranb-grunt-es6-module-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Gruntfile configuration that transpiles ES6 modules from lib/ to AMD format in tmp/.
Migrate to a current transpiler (e.g., @babel/preset-env with Grunt or standalone).
Remove usage of transpile:enable; the feature no longer exists.
Use expect.js or other assertion libraries that don't rely on non-strict features.
Add grunt.loadNpmTasks('grunt-es6-module-transpiler'); after initConfig.Ensure each target has a files array with src and dest (or expand pattern).