Bump to async functions to stage 3

https://github.com/tc39/ecma262#current-proposals
This commit is contained in:
John Schulz 2015-09-30 07:51:26 -07:00
parent 8ab4a5df43
commit 959f607a5a

View File

@ -1,3 +1,3 @@
export var metadata = {
stage: 2
stage: 3
};