-
And again, those are the two only reliable mechanisms allowing for truly extending schemas in an unambiguous fashion (yes, I love unambiguous definitions). Recall:
- `$merge` relies on [JSON Merge Pat…
-
Issues #24 and https://github.com/wycats/javascript-decorators/issues/23 concern a problem with the current decorator design that means that decorator functions may be called from two different contex…
-
According to https://github.com/tc39/ecmascript_simd/commit/c6ca655dcbfc014d82f3ec500c2e41db34a1dee8, SIMD should be moved to inactive proposals.
-
I became interested in controversy from tweet.
I concluded that await comes from natural language await.
However, it was pointed out by others that C# specifications are written as async + w…
-
(I have edited this description from the original in response to feedback; original is [here](https://gist.github.com/rattrayalex/da4b416b84741f49f460e538392eb5a9))
In https://github.com/tc39/propo…
-
Hello everybody, after following the private class fied proposal and now this proposal, I wanted to discuss : why we don't go further.
First I need to specify i'm not a java, C++ guy or whatever, b…
-
I missed that this had been added to the spec, I guess.
https://jsconsole.com/?function%20f(x%2C%20y%2C%20)%20%7B%7D works at least in Chrome 59. Should be a pretty easy fix.
-
Asynchronous generators are currently a stage 3 ECMAScript proposal: https://github.com/tc39/proposal-async-iteration
For this code:
```coffeescript
thing = () ->
while true
yield await n…
-
**Discussion**
We need to codify what we include in `@dojo/shim` and its overall design. We should include this in our `README` and other appropriate documentation.
My suggestion is that we hav…
-
Function argument and return type declarations are a big help when it comes to reading and maintaining code, they also simplify IDE language tooling. [ECMAScript 4.0](http://www.ecmascript.org/es4/sp…