Gulp plugin that transforms ES6 JavaScript to ES5 using Facebook's jstransform.
Gulp plugin to transform ES6 to ES5.
Gulp plugin for Babel
A TypeScript compiler for gulp with incremental compilation support.
Traceur is a JavaScript.next to JavaScript-of-today compiler
gulp-es6-module-transpiler is a Gulp plugin that integrates the ES6 Module Transpiler into Gulp-based build workflows. It enables developers to write JavaScript using ES6 module syntax and transpile it into formats like CommonJS or AMD for broader compatibility, streamlining the build process for modern JavaScript applications. ## Key Features - **ES6 Module Transpilation** — Converts ES6 module syntax (`import`/`export`) into formats like CommonJS, AMD, or bundled output. - **Gulp Integration** — Seamlessly fits into Gulp pipelines for automated build tasks. - **Source Map Support** — Generates source maps for easier debugging of transpiled code. - **Flexible Formatters** — Supports built-in formatters (e.g., `bundle`, `commonjs`) and custom formatters for output control. - **Path Resolution** — Configurable `basePath` and `importPaths` options for resolving module names. ## Philosophy The project focuses on providing a simple, efficient bridge between ES6 modules and Gulp, emphasizing compatibility and ease of integration into existing JavaScript build systems.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.