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 |
---|---|---|
| Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
| A tool for transpiling ES6 features to run in older browsers and building a development workflow with source maps and concatenation. | 88 |
| A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
| Transforms modern JavaScript code into older JavaScript syntax on the fly | 595 |
| Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
| Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
| Transpiles ES6 block scoped const and let variables to ES3 | 5 |
| Transpiles JavaScript modules from one format to another | 26 |
| A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
| A tool for transpiling ES6 modules to other module types | 5 |
| A collection of JavaScript macros to implement ES6 features in ES5 syntax | 237 |
| A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| Transpiles JavaScript/TypeScript to C89 code | 1,264 |
| A comprehensive introduction to ECMAScript 6 syntax and its differences from ES5 | 21,289 |
| Translates TypeScript code to Lua, making large projects easier to maintain and reducing errors. | 2,161 |