add spec references
This commit is contained in:
parent
02c42b94f5
commit
fad0be8a45
@ -1,6 +1,6 @@
|
|||||||
# Features
|
# Features
|
||||||
|
|
||||||
## Abstract references ([experimental](usage.md#experimental))
|
## Abstract references ([experimental](usage.md#experimental)) ([spec](https://github.com/zenparsing/es-abstract-refs))
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
foo::bar;
|
foo::bar;
|
||||||
@ -39,7 +39,7 @@ var bob = {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
## Async functions ([experimental](usage.md#experimental))
|
## Async functions ([experimental](usage.md#experimental)) ([spec](https://github.com/lukehoban/ecmascript-asyncawait))
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
async function chainAnimationsAsync(elem, animations) {
|
async function chainAnimationsAsync(elem, animations) {
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
// https://github.com/zenparsing/es-abstract-refs
|
||||||
Loading…
x
Reference in New Issue
Block a user