es6-transpiler
ES6 transpiler
Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks
Tomorrow's JavaScript syntax today
216 stars
15 watching
18 forks
Language: JavaScript
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
gobblejs/gobble-es6-transpiler | Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
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 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
davyjoneslocker/es6_module_transpiler-rails | Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
ryanseddon/gulp-es6-module-transpiler | Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
ee/grunt-defs | Transpiles ES6 block scoped const and let variables to ES3 | 5 |
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 |
mmun/broccoli-es6-module-transpiler | A tool for transpiling ES6 modules to other module types | 5 |
jlongster/es6-macros | A collection of JavaScript macros to implement ES6 features in ES5 syntax | 237 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
andrei-markeev/ts2c | Transpiles JavaScript/TypeScript to C89 code | 1,262 |
ruanyf/es6tutorial | A comprehensive introduction to ECMAScript 6 syntax and its differences from ES5 | 21,259 |
typescripttolua/typescripttolua | Translates TypeScript code to Lua, making large projects easier to maintain and reducing errors. | 2,143 |