summaryrefslogtreecommitdiff
path: root/testdata/012_async.ts
AgeCommit message (Collapse)Author
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-05-26Support async/await by including ES2017Ryan Dahl
This required adjusting the module loading system.