Urara-Blog/node_modules/.pnpm-store/v3/files/25/317a388adcf6c1a0cb399fa1a894598ca3cfb8d3ee71ae07ad3928c62bc499556886295f5a727f17ebd7c1819d4ab484c8b7c297de073350e3c279fe23c803
2022-08-14 01:14:53 +08:00

22 lines
No EOL
439 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-numeric-separator",
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("numericSeparator");
}
};
});
exports.default = _default;