Urara-Blog/node_modules/.pnpm-store/v3/files/d7/4179bef079632acb30a6ac6a053f2d1877bbe92d27d035adecc7414413f479763ce7df735e146b4f7a8a13b5e3a168669a153647df50234a3f20364af5191f
2022-08-14 01:14:53 +08:00

22 lines
No EOL
440 B
Text

"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-class-static-block",
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("classStaticBlock");
}
};
});
exports.default = _default;