gobble-es6-transpiler
ES6 compiler
Transpiles ES6 code to previous versions using gobble and es6-transpiler
Compile ES6 files with gobble and es6-transpiler
2 stars
5 watching
2 forks
Language: JavaScript
last commit: almost 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
termi/es6-transpiler | Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks | 216 |
ryanseddon/gulp-es6-module-transpiler | Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
davidjnelson/es6-boilerplate | A tool for transpiling ES6 features to run in older browsers and building a development workflow with source maps and concatenation. | 88 |
ee/grunt-defs | Transpiles ES6 block scoped const and let variables to ES3 | 5 |
davyjoneslocker/es6_module_transpiler-rails | Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
stealjs/transpile | Transpiles JavaScript modules from one format to another | 26 |
babel/broccoli-babel-transpiler | A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
tardisgo/tardisgo | Cross-platform UI transpiler from Go to various languages | 432 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
creativeinquiry/go2json | Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |
andygeiss/esp32-transpiler | Transpiles Golang code into Arduino-compatible code for automated testing of IoT projects | 87 |
jlongster/es6-macros | A collection of JavaScript macros to implement ES6 features in ES5 syntax | 237 |