-
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: …
-
Is it possible to load this in an ES6 style? I can't see how to pass THREE as an option in this case
-
AmaxJ updated
8 years ago
-
What do you think about migrating the project to ES2015?
-
1. let,不存在变量提升;
2. let,,存在TDZ,即在代码块内,变量声明前都不可用;
3. 因为TDZ存在,typeof操作符不在是百分百安全的操作符;
4. let,在相同作用域内不能重复声明;
-
The gulp build is taking like 15 sec to completely finish.
I was wondering is there any ES6 + Webpack config to use.
Thanks
-
Need to do research on whether or not this would be a good move.
-
请问下我下载的是@types/react 用import React from “react” 引用报错 提示react/node_modules/@types/react/index"' has no default export. 这个怎么解决呢
-
Code can be written in ES6 with updated babel compiler. This will also include updating the eslint yaml.
-
how about consider es6 Decorators in Haxe.
[link0](https://www.typescriptlang.org/docs/handbook/decorators.html)
because [cocos creator](https://github.com/cocos-creator/helloworld-typescript/b…