add spec references

This commit is contained in:
Sebastian McKenzie 2014-11-23 16:08:54 +11:00
parent 02c42b94f5
commit fad0be8a45
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Features
## Abstract references ([experimental](usage.md#experimental))
## Abstract references ([experimental](usage.md#experimental)) ([spec](https://github.com/zenparsing/es-abstract-refs))
```javascript
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
async function chainAnimationsAsync(elem, animations) {

View File

@ -0,0 +1 @@
// https://github.com/zenparsing/es-abstract-refs