download
raw
899 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = exports.default = (0, _helperPluginUtils.declare)((api, options) => {
api.assertVersion("^7.0.0-0 || ^8.0.0-0");
const {
all,
enums
} = options;
if (typeof all !== "boolean" && all !== undefined) {
throw new Error(".all must be a boolean, or undefined");
}
if (enums === false) {
console.warn("The .enums option has been removed and it's now always enabled.");
}
return {
name: "syntax-flow",
manipulateOptions(opts, parserOpts) {
if (parserOpts.plugins.some(p => (Array.isArray(p) ? p[0] : p) === "typescript")) {
return;
}
parserOpts.plugins.push(["flow", {
all,
enums
}]);
}
};
});
//# sourceMappingURL=index.js.map

Xet Storage Details

Size:
899 Bytes
·
Xet hash:
376ba1f6df031d4ce1c2acd273687451b8a3c667460b498e8d18006b242732ba

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.