lepu-test-platform-web/node_modules/babel-plugin-syntax-async-f.../lib/index.js

13 lines
256 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = function () {
return {
manipulateOptions: function manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("asyncFunctions");
}
};
};
module.exports = exports["default"];