grunt-defs
ES variable transpiler
Transpiles ES6 block scoped const and let variables to ES3
Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.
5 stars
8 watching
2 forks
Language: JavaScript
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
olov/defs | Enables static scope analysis and transpilation of ES6 block scoped const and let variables to ES3. | 116 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
termi/es6-transpiler | Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks | 216 |
gobblejs/gobble-es6-transpiler | Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
ryanseddon/gulp-es6-module-transpiler | Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
aaronfrost/grunt-traceur | A Grunt plugin for compiling ES6 JavaScript to ES5 using the Traceur Compiler | 205 |
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 |
rtfeldman/grunt-elm | Compiles Elm files to JavaScript using Grunt | 19 |
ericclemmons/grunt-react | A Grunt task for compiling Facebook React's JSX templates into JavaScript files | 150 |
typestrong/grunt-ts | Grunt task to manage TypeScript development workflow | 330 |
hughsk/envify | Replaces environment variable checks with plain string comparisons | 901 |
stealjs/transpile | Transpiles JavaScript modules from one format to another | 26 |
davyjoneslocker/es6_module_transpiler-rails | Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
gruntjs/grunt-contrib-less | Compiles LESS files to CSS | 667 |