koa-lite/benchmarks/experimental/index.js

10 lines
134 B
JavaScript
Raw Normal View History

'use strict';
2015-04-23 10:36:02 +00:00
// support async await by babel
require('babel/register')({
optional: ['asyncToGenerator']
});
require('./async');