-
This is one of the more advanced ES6 Features. I also believe this is probably an area where Duktape can definitely make some vast improvements. The examples for this are from the [es6 Features websit…
-
This is not a lot of features, but this is general features revolving around strings. (This and more examples can be found at: http://es6-features.org/ )
- [ ] Unicode String & RegExp Literal
…
-
This may be a somewhat easier task to handle, but it does offer some serious improvements.
- [ ] Block-Scoped Function Definitions
This is a somewhat important feature new to ES6/ES2015. This provid…
-
Could you please add option to generate es6/es2015 code
Thank you in advance
AliMD updated
8 years ago
-
CommonJS will be... ??
Which is better `require` or `import`?
-
-
We are using webpack and it requires ES2015 to re-ingest the node modules. Is it possible to have this library transpiled to ES2015?
-
僕の所感をザザッと書いておきます
- https://github.com/kmc-jp/javascript2014-docs/blob/master/001.md
- 全面的にリライトすると良さそう
- https://github.com/kmc-jp/javascript2014-docs/blob/master/004.md
- 変数スコープの話とかがあるので、ここは`let`や…
-
Over the last two years one of the biggest pieces of feedback we’ve had on the book is that everyone would like a version that is updated to use ES2015+. There are a few different approaches we could …
-
[ERROR] com.gargoylesoftware.htmlunit.ScriptException: identifier is a reserved word: class
Tested on 2.36.0, 2.37.0 in maven central. Here's a sample HTML file that demonstrates the issue - wo…