REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1021 B
Close
/home/byroehnu/easepay.easetack.com/node_modules/@babel/preset-modules/src/index.js
Text
Base64
import path from "path"; import { declare } from "@babel/helper-plugin-utils"; /** * @babel/preset-modules produces clean, minimal output for ES Modules-supporting browsers. * @param {Object} [options] * @param {boolean} [options.loose=false] Loose mode skips seldom-needed transforms that increase output size. */ export default declare((api, opts) => { api.assertVersion(7); const loose = opts.loose === true; return { plugins: [ path.resolve(__dirname, "./plugins/transform-edge-default-parameters"), path.resolve(__dirname, "./plugins/transform-tagged-template-caching"), path.resolve(__dirname, "./plugins/transform-jsx-spread"), path.resolve(__dirname, "./plugins/transform-safari-for-shadowing"), path.resolve(__dirname, "./plugins/transform-safari-block-shadowing"), path.resolve(__dirname, "./plugins/transform-async-arrows-in-class"), !loose && path.resolve(__dirname, "./plugins/transform-edge-function-name"), ].filter(Boolean), }; });
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
plugins
DIR
-
drwxr-xr-x
2026-03-14 01:49:05
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.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
index.js
1021 B
lrw-r--r--
2026-02-28 00:28:18
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).