4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-08 13:36:56 +00:00
setup-helm/node_modules/@babel/plugin-syntax-import-meta/lib/index.js
2022-06-27 14:17:15 -04:00

22 lines
No EOL
427 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);
return {
name: "syntax-import-meta",
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("importMeta");
}
};
});
exports.default = _default;