grunt-traceur
grunt-traceur copied to clipboard
This is a grunt task for adding a grunt task to compiler ES6 JS into ES3 JS using Traceur Compiler
Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.8 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [grunt](https://github.com/gruntjs/grunt) and [grunt-cli](https://github.com/gruntjs/grunt-cli). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.0.8 Commits 782c264 3.0.8 6ade2da fix:...
Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hi, I have a js-src folder containing all javascript source code, and I wanted to use grunt-traceur to generate compiled code into js folder. I got compiled code and source...
@mciparelli we should probably support building into one file. The reason being that because we have sourcemap support, if people concat their own files, then their sourcemaps are worthless, as...
The compiled ES5 code doesn't run in a browser when the modules property is not on the grunt task. So it works fine with "modules: 'commonjs'", but doesn't without it...
Hi there, I am having some trouble with sourcemaps, and was wondering if someone could take a look and help me work out what I need to change. I have...
I'm new to Traceur in general, but the short version is that I'm using grunt-traceur to compile my F/E js and I'm loading them with Require.js; the problem(?) seems to...