Buckets:
arudradey/fullhtml-storage / emsdk /upstream /emscripten /node_modules /@babel /preset-env /lib /debug.js
| ; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| exports.logPlugin = void 0; | |
| var _helperCompilationTargets = require("@babel/helper-compilation-targets"); | |
| const compatData = require("@babel/compat-data/plugins"); | |
| const logPlugin = (item, targetVersions, list) => { | |
| const filteredList = (0, _helperCompilationTargets.getInclusionReasons)(item, targetVersions, list); | |
| const support = list[item]; | |
| if (item.startsWith("transform-")) { | |
| const proposalName = `proposal-${item.slice(10)}`; | |
| if (proposalName === "proposal-dynamic-import" || hasOwnProperty.call(compatData, proposalName)) { | |
| item = proposalName; | |
| } | |
| } | |
| if (!support) { | |
| console.log(` ${item}`); | |
| return; | |
| } | |
| let formattedTargets = `{`; | |
| let first = true; | |
| for (const target of Object.keys(filteredList)) { | |
| if (!first) formattedTargets += `,`; | |
| first = false; | |
| formattedTargets += ` ${target}`; | |
| if (support[target]) formattedTargets += ` < ${support[target]}`; | |
| } | |
| formattedTargets += ` }`; | |
| console.log(` ${item} ${formattedTargets}`); | |
| }; | |
| exports.logPlugin = logPlugin; | |
| //# sourceMappingURL=debug.js.map | |
Xet Storage Details
- Size:
- 1.15 kB
- Xet hash:
- 0567dd7623d3d012c9ebb8da7027ae7367acbcf94a9811cf9ed2de460e43a101
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.