-
Maybe at least Chrome. It depends on the ECMAScript 6 implementation status.
-
Hello, I'm trying to integrate SlimerJS with Karma to be able to test ECMAScript 6 code, but karma-slimerjs-launcher is loading an older version of both Firefox and SlimerJS.
When I test code direc…
-
This is a 0.0.1 library with 6 million weekly downloads that provides the same functionality as the ECMAScript built in JSON, I would love to see a 'why this is necessary' explanation in the README.
-
- [ ] [ECMAScript 6 入门](http://es6.ruanyifeng.com/#docs/function#%E7%AE%AD%E5%A4%B4%E5%87%BD%E6%95%B0)
-
Could be based on `WeakMap`, supported since ECMAScript 6 (2015) and on all major browsers.
-
We should add a new flag:
Context.VERSION_ES_6
for features that are ECMAScript 6 only. That would include "arrow functions."
Support for arrow functions should be disabled unless the language leve…
-
Originally reported on Google Code with ID 3566
```
Slightly adapted from item 2 on relevant forum thread [1]:
The displayed warning (for the "No Javascript on this page" message) is:
If tags hav…
-
**Describe the bug**
Can't import the named export XXXX from non EcmaScript module (only default export is available)(https://stackoverflow.com/questions/69343038/cant-import-the-named-export-xxxx-fr…
-
error code below
could you please help me deal with it, thanks
PS F:\000_JetbrainsProjects\Android\lx-music-mobile> npm install
npm WARN skipping integrity check for git dependency ssh://git@gith…
-
```
The regular expression /\s\xa0/ is used to recognize white spaces in
goog.string#trim and other functions.
But this expression doesn't match to many white space defined in ECMAScript 5th
in IE. …