An ES6 module transpiler plugin for the Mimosa build tool, version 0.6.0 (stable, no recent updates). It transpiles ES6 module syntax to AMD, CommonJS, or global module formats, wrapping square's es6-module-transpiler. Key differentiators: tight integration with Mimosa, support for CoffeeScript backtick escaping, and exclusion patterns for vendor files. However, it does not support source maps, has limited ES6 syntax coverage, and depends on an outdated transpiler that may not reflect current spec.
npm install mimosa-es6-module-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install, configure, and use the plugin to transpile ES6 modules to AMD.
Do not rely on source maps with this plugin. Consider alternative transpilers like Babel.
Switch to Babel or TypeScript for modern ES6+ module support.
Use backticks around import/export statements in .coffee files.
Review the exclude list and customize as needed for your project structure.
Run npm install es6-module-transpiler in your project directory.
Ensure es6Modules.type is one of 'amd', 'common', or 'globals'.