Fix link to proposal in do expressions plugin README (#7519)
The old link, http://wiki.ecmascript.org/doku.php?id=strawman:do_expressions, fails to load for me. [skip ci]
This commit is contained in:
parent
7e423de911
commit
40819f112c
@ -113,6 +113,6 @@ require("@babel/core").transform("code", {
|
||||
```
|
||||
|
||||
## References
|
||||
- [Proposal](http://wiki.ecmascript.org/doku.php?id=strawman:do_expressions)
|
||||
- [Proposal](https://github.com/tc39/proposal-do-expressions)
|
||||
- [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS/blob/master/types%20%26%20grammar/ch5.md#statement-completion-values)
|
||||
- Very handy for conditions inside JSX: [reactjs/react-future#35](https://github.com/reactjs/react-future/issues/35#issuecomment-120009203)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user