-
```js
class Test {
async test() {
throw new Error('test-error');
}
}
```
```
AssertionError [ERR_ASSERTION]: '\'use strict\';\n\nvar _createClass = function () { function…
-
## Code
```javascript
(() => {
console.log(123);
})();
```
## Command
```
"C:\Program Files\Java\jdk1.8.0_112\jre/bin/java" -jar F:/库/JetBrain/yuicompressor-2.4.9.jar common.js -o common.m…
-
So far `Thruway` is only package in my project, which one needs `es5`. It would be great if there will be support for `es2015`, cause now already `Angular` 9 is out. And for better build times it woul…
-
I would love to bundle this library using a project that I manage called [webpack](https://github.com/webpack/webpack). Would you take PR's or consider updating to a module syntax that uses es2015 mod…
-
sample code:
```
function * pauseAndReturnValues(num) {
for (let i = 0; i < num; i++) {
yield i;
}
}
let gen = pauseAndReturnValues(4);
gen.next();
```
ukind updated
6 years ago
-
-
See https://github.com/PolymerElements/polymer-starter-kit/blob/master/docs/add-es2015-support-babel.md
-
Hi,
My Angular 9 project plays HLS and Dash video when run npm start.
``
---
But if I build it by ng build --prod
then ERROR TypeError: Object(...) is not a function
at e…
-
This repository is only useful for ES6 projects since there are multiple rules that enforce ES6-only features.
I'd like to start a discussion regarding solving this issue for users who are still main…
-
This repository is only useful for ES6 projects since there are multiple rules that enforce ES6-only features.
I'd like to start a discussion regarding solving this issue for users who are still main…