-
Hello Everyone, I am running the demo-app from the github repo. The map is working fine until i upload a CSV file with HexBin values. The page is going to a white screen and the error in Console is "C…
-
Gulp since version 3.9 supports gulpfile written in es6 (babel). It would be great if gulp-chug could support babel. Right now I getting syntax error. Update dependency to new version of gulp didn't h…
-
support es6 with babel. This would also support vanilla js if one opts out of coffee.
-
The grunt-babel plugin generates the .map files mapping back to the ES6 source files but when trying to combine this with grunt-contrib-concat/grunt-contrib-uglify, I can only get a mapping back to th…
-
Just seeing if there's interest for a PR converting the codebase to ES6, transpiled by Babel.
-
Pessoal, criei essa issue para compartilhar com vocês alguns links e material de apoio ao estudo do ES6.
**ECMAScript® Language Specification:**
https://www.ecma-international.org/ecma-262/6.0/ (b…
-
The behavior or parsing a date or date+time string to a `Date` object (using the `new Date(string)` constructor, or `Date.parse(string)` function) is changed in ES6. AFAIK, this isn't currently hand…
-
- [第一章 ECMAScript 6 简介](#第一章-ecmascript-6-简介)
- [第一小节 基础前置知识](#第一小节-基础前置知识)
- [1.1 ECMAScript的历史](#11-ecmascript的历史)
- [1.2 与 JavaScript 的关系](#12-与-javascript-的关系)
…
-
Produce ES6 versions of the code and ES5 transpilations (for `feeds.js` and `ui.js`). Include a script for using babel to reproduce these. Have both sets of scripts listed in the HTML, with one set co…
-
1. Properties with `undefined` values should be removed from the output.
2. Strings with `\n` newline characters aren't handled properly.
3. Support tab indent?
```
const perfectJson = require('…