-
_EDIT by proposer (TheNavigateur): I'm creating a shortcut to my current conclusion to explain the current closed status of this issue: https://github.com/TheNavigateur/proposal-pipeline-operator-for-…
-
Async functions are a finished proposal and will be in the ES2017 spec. There are a couple of other interesting items I'd like to work on (though they probably won't make it to ES2017).
My team is al…
-
**Update:** Agreed course of action:
The agreed on policy is:
- Abort when an unhandled rejection can never be handled (a GC hook @Fishrock123 is working on).
- Warn on late catch handlers since th…
-
给点理由,学习这个的好处,动力
-
**Edit:** Keeping this list up to date.
**TL;DR:** See title.
This already has transpiler support, and has definitely fulfilled at least most of the requirements for Stage 1. These are the ones I ca…
-
I'm not sure if this is an intention of typescript or not but acts differently to how I would've expected.
If i have a base class and extend it, overriding some base class properties, then want to wo…
-
Hi,
After update from 1.3-modules-beta.4 to beta.5 following errors become occur on classes with types defined.
example.js
```
/* @flow */
class MyClass {
myField: string;
}
```
Any plans to re…
-
``` JavaScript
$ node
> url = require('url')
{ parse: [Function: urlParse],
resolve: [Function: urlResolve],
resolveObject: [Function: urlResolveObject],
format: [Function: urlFormat],
Url: [F…
-
Hello!
First of all, I'd want to thank you for providing this great library.
After creating few projects with Vue I've came across an idea - could it be possible to allow using ES6 classes in place o…
-
Hi, I use [RSK](https://github.com/kriasoft/react-starter-kit) as my base project and offline-plugin as service worker. I want to enable [Web App Install Banner](https://developers.google.com/web/fund…