grunt-traceur
JS compiler
A Grunt plugin for compiling ES6 JavaScript to ES5 using the Traceur Compiler
This is a grunt task for adding a grunt task to compiler ES6 JS into ES3 JS using Traceur Compiler
205 stars
10 watching
34 forks
Language: JavaScript
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ericclemmons/grunt-react | A Grunt task for compiling Facebook React's JSX templates into JavaScript files | 150 |
rtfeldman/grunt-elm | Compiles Elm files to JavaScript using Grunt | 19 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
patrickjs/traceur-compiler-loader | A loader for compiling Traceur JavaScript to Webpack modules | 4 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
gruntjs/grunt-contrib-less | Compiles LESS files to CSS | 667 |
ee/grunt-defs | Transpiles ES6 block scoped const and let variables to ES3 | 5 |
mathieuloutre/grunt-aws-s3 | Grunt plugin for interacting with AWS S3 using the AWS SDK | 294 |
jpillora/grunt-aws | An AWS integration plugin for Grunt tasks to interact with various AWS services such as S3, Route 53, CloudFront, and SNS. | 171 |
domenic/mocha-traceur | A plugin that transpiles JavaScript files using the Traceur compiler to support older browsers. | 14 |
tim-b/grunt-aws-lambda | A Grunt plugin to assist in developing functions for AWS Lambda | 247 |
typestrong/grunt-ts | Grunt task to manage TypeScript development workflow | 330 |
krampstudio/grunt-jsdoc | Generates documentation for JavaScript projects using the jsdoc3 tool | 387 |
shootaroo/jit-grunt | Improves Grunt's performance by loading plugins dynamically at runtime | 509 |
andyshora/grunt-yslow | A Grunt task for testing web page performance using PhantomJS and the YSlow library | 91 |