A temporary fork of the es6-module-transpiler incorporating PR #100. The ES6 Module Transpiler (original by Square) is an experimental compiler that allows writing JavaScript using a subset of the ES6 module syntax and compiling to AMD or CommonJS modules. This fork version 0.0.2 was published on npm as a stopgap fix. The project is now obsolete as ES6 module syntax has stabilized and native support exists. Key differentiator: this fork includes a specific patch not yet merged upstream at the time.
npm install toranb-es6-module-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using the Compiler class to transpile ES6 module syntax to AMD output.
Migrate to ES6 modules natively or use a stable transpiler like Babel.
Do not rely on this for production code; only for experimentation.
Use the official package if the fix has been merged upstream.
npm install toranb-es6-module-transpiler and require('toranb-es6-module-transpiler')Use require('toranb-es6-module-transpiler') or configure webpack resolve.alias.