-
### ⚙ Compilation target
ES2015
### ⚙ Library
`lib.es2015.collection.d.ts`
### Missing / Incorrect Definition
https://github.com/microsoft/TypeScript/blob/d85767abfd83880cea17cea70f9913e9c4496dcc…
-
I'm in the process of converting a major project from a single monstrous JS file using a namespaced object to ES2015, and as a result it totally broke JSDoc generation.
This is my current npm run s…
-
# module system
```ts
import { Readable } from 'stream'
export default function(){
return Readable;
}
export function obj(...args) {}
/******************************************************…
-
using the former "es6" module loader
using es2015 classes for controllers
re-architect directive and html form "index.html" to components
-
And then run things through Babel, publishing that.
-
See https://mathiasbynens.be/notes/es6-unicode-regex
-
# [`Object.assign`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)
通过React源码里`Object.assign`的polyfill来了解:
1. `Object.assign`实现细节;
2. 何时使用`Object.ass…
-
zimme updated
8 years ago
-
I wanted to open this issue as a place to track things we could use Proxies to implement.
- Currently, unsetting `base` to fallback to `cwd` requires setting base to `null` or `undefined`. With Proxi…
-
Arrow Function definitions. These examples are pulled from the ES6 Features website ( http://es6-features.org/ )
- [ ] Expression Bodies
``` JavaScript
/* New Method */
// Expression bodies
…