-
I couldn't be sure. If they are - would this raise any compatibility issues with older browsers?
https://github.com/FACN1/week2-javiasy/blob/master/todo.js#L54
-
-
Before leaving alpha, the library should be converted to using es6 modules.
rkusa updated
5 years ago
-
Rather than using **bluebird** and **promisify-any** for promises, rewite code using ES6 Promises.
-
This repository looks like it's no longer maintained, but I thought I might throw my question out in case anyone in the void is listening.
Is there a specific reason for including the number of arg…
-
Cannot export or import clases when using es6.
Exporting class:
```
export class authRestService
{
constructor($resource, env) {
this.$resource = $resource;
this.env = env;
}
}
…
-
Hi,
My code are ES6+ based, this plugin will throw an error even I just use `let`. Please consider supporting ES6+. Thx
-
ES6 is gaining a lot of spread. It introduces a lot of new concepts into JS. Here are nice overviews: [short](https://6to5.org/docs/learn-es6/), [comprehensive](http://code.tutsplus.com/articles/use-e…
-
HI, is there a way to import the plugin in a React v18 app using TS?.
-
Hi,
Love the concept, but the lack of es6 support makes it practically unusable.
Any plans to implement it, either via babel or ...?
Thanks