PHP 8.2.30
Preview: index.js Size: 691 B
/home/byroehnu/easepay.easetack.com/node_modules/@babel/plugin-transform-literals/lib/index.js

"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 => {
  api.assertVersion(7);
  return {
    name: "transform-literals",
    visitor: {
      NumericLiteral({
        node
      }) {
        if (node.extra && /^0[ob]/i.test(node.extra.raw)) {
          node.extra = undefined;
        }
      },
      StringLiteral({
        node
      }) {
        if (node.extra && /\\u/i.test(node.extra.raw)) {
          node.extra = undefined;
        }
      }
    }
  };
});

//# sourceMappingURL=index.js.map

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:06
Edit Download
691 B lrw-r--r-- 2026-02-28 00:26:54
Edit Download
1.53 KB lrw-r--r-- 2026-02-28 00:27:06
Edit Download

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