-
The project website and npm page (in usage examples) suggests that the package is distributed in es6 module format, but that doesn't seem to be the case.
Doing `npm install --save ttag` and putting `…
-
#### ELF 版本
1.9.1
#### 运行环境
node: v8.12.0
#### 报错信息
ERROR in js/bundle.js from UglifyJs
Unexpected token: name (ret) [js/bundle.js:107,8]
-
Please provide esm format distribution for importing in browser directly without any module loader.
-
When I include a library that uses es6, it usually has file extentions of .js and not .es6, sprockets does not detect the type automatically therefore it's not compiled.
I would like to be able to…
-
Hi,
I'm very excited to try this out. But I encounter problems using the latest THREE.js (v135, from a CDN) using modules in the browser.
To replicate:
1. Download the ES6 module.
2. Make inde…
-
支持ES6吗
-
It could get more involvement from the community if you were to provide ability to import & export the public api in es6/.mjs in an easy fashion in the browser & node environments. This API is pretty …
-
https://travis-ci.org/publiclab/image-sequencer/jobs/579551472 is showing an ES6 failure to recognize the `=>` syntax, although that doesn't seem to be what's failing. So, two issues: first that we …
-
http://localhost:4000/2019/11/17/ES6-to-ES5/#more
前言是最近在找工作,剛好面試可能會問一下比較底層的問題,例如: ES6 怎麽用 ES5 實現,而生在一個這麼幸福的時代,也使用 ES6 用的很順手,就算有需要也主要透過 babel 就可以轉換,沒有認真去思考實際的方式,所以趁這個機會,將比較常用的 ES6 透過 ES5 實現,而案例是從這一個…
-
The `/u` flag should enable a special parsing mode in which astral ranges can be used, and surrogate pairs only count as a single symbol (i.e. get matched by `.`).
See the example here, for example: …