PHP 8.2.30
Preview: debug.js Size: 1.12 KB
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@babel/preset-env/lib/debug.js

"use strict";

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

Directory Contents

Dirs: 1 × Files: 20

Name Size Perms Modified Actions
polyfills DIR
- drwxr-xr-x 2026-02-28 00:28:58
Edit Download
13.34 KB lrw-r--r-- 2026-02-28 00:28:22
Edit Download
25.31 KB lrw-r--r-- 2026-02-28 00:28:26
Edit Download
1.12 KB lrw-r--r-- 2026-02-28 00:28:26
Edit Download
2.74 KB lrw-r--r-- 2026-02-28 00:28:28
Edit Download
1.11 KB lrw-r--r-- 2026-02-28 00:28:28
Edit Download
2.36 KB lrw-r--r-- 2026-02-28 00:28:30
Edit Download
11.41 KB lrw-r--r-- 2026-02-28 00:28:32
Edit Download
28.17 KB lrw-r--r-- 2026-02-28 00:28:34
Edit Download
380 B lrw-r--r-- 2026-02-28 00:28:36
Edit Download
634 B lrw-r--r-- 2026-02-28 00:28:38
Edit Download
7.53 KB lrw-r--r-- 2026-02-28 00:28:38
Edit Download
17.55 KB lrw-r--r-- 2026-02-28 00:28:40
Edit Download
995 B lrw-r--r-- 2026-02-28 00:28:42
Edit Download
2.07 KB lrw-r--r-- 2026-02-28 00:28:44
Edit Download
1.05 KB lrw-r--r-- 2026-02-28 00:28:44
Edit Download
2.30 KB lrw-r--r-- 2026-02-28 00:28:46
Edit Download
1.43 KB lrw-r--r-- 2026-02-28 00:28:58
Edit Download
3.16 KB lrw-r--r-- 2026-02-28 00:29:00
Edit Download
506 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
320 B lrw-r--r-- 2026-02-28 00:29:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).