UNPKG

@babel/plugin-syntax-function-sent

Version:

Allow parsing of the function.sent meta property

19 lines (16 loc) 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _helperPluginUtils = require("@babel/helper-plugin-utils"); var _default = exports.default = (0, _helperPluginUtils.declare)(api => { api.assertVersion("^7.0.0-0 || ^8.0.0-0"); return { name: "syntax-function-sent", manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("functionSent"); } }; }); //# sourceMappingURL=index.js.map