Urara-Blog/node_modules/.pnpm-store/v3/files/ad/51f1ad5cfa047411ead54734e5ec6ec832ab0f67ac06cf1912acaaa234f16f036daf6334e0c0b622e06435f0a33484e32267a87b7468b13848825f9c6c60c6
2022-08-14 01:14:53 +08:00

22 lines
No EOL
429 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-json-strings",
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("jsonStrings");
}
};
});
exports.default = _default;