Sha256: 3b8f4cf4044bff7019f4ab3ec253caa9de52018803afd12587d5dd7b0ab1cb53
Contents?: true
Size: 539 Bytes
Versions: 13
Compression:
Stored size: 539 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function _helperPluginUtils() { const data = require("@babel/helper-plugin-utils"); _helperPluginUtils = function () { return data; }; return data; } var _default = (0, _helperPluginUtils().declare)(api => { api.assertVersion(7); return { name: "syntax-async-generators", manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("asyncGenerators"); } }; }); exports.default = _default;
Version data entries
13 entries across 13 versions & 5 rubygems