REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.11 KB
Close
/home/byroehnu/easepay.easetack.com/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js
Text
Base64
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defineCommonJSHook = defineCommonJSHook; exports.makeInvokers = makeInvokers; const commonJSHooksKey = "@babel/plugin-transform-modules-commonjs/customWrapperPlugin"; function defineCommonJSHook(file, hook) { let hooks = file.get(commonJSHooksKey); if (!hooks) file.set(commonJSHooksKey, hooks = []); hooks.push(hook); } function findMap(arr, cb) { if (arr) { for (const el of arr) { const res = cb(el); if (res != null) return res; } } } function makeInvokers(file) { const hooks = file.get(commonJSHooksKey); return { getWrapperPayload(...args) { return findMap(hooks, hook => hook.getWrapperPayload == null ? void 0 : hook.getWrapperPayload(...args)); }, wrapReference(...args) { return findMap(hooks, hook => hook.wrapReference == null ? void 0 : hook.wrapReference(...args)); }, buildRequireWrapper(...args) { return findMap(hooks, hook => hook.buildRequireWrapper == null ? void 0 : hook.buildRequireWrapper(...args)); } }; } //# sourceMappingURL=hooks.js.map
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:05
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dynamic-import.js
782 B
lrw-r--r--
2026-02-28 00:26:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dynamic-import.js.map
1.82 KB
lrw-r--r--
2026-02-28 00:27:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks.js
1.11 KB
lrw-r--r--
2026-02-28 00:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks.js.map
3.35 KB
lrw-r--r--
2026-02-28 00:27:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
8.03 KB
lrw-r--r--
2026-02-28 00:27:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js.map
18.98 KB
lrw-r--r--
2026-02-28 00:27:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lazy.js
1.30 KB
lrw-r--r--
2026-02-28 00:27:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lazy.js.map
2.80 KB
lrw-r--r--
2026-02-28 00:27:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).