REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.33 KB
Close
/home/byroehnu/easepay.easetack.com/node_modules/@babel/plugin-transform-classes/lib/inline-callSuper-helpers.js
Text
Base64
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = addCallSuperHelper; var _core = require("@babel/core"); const helper = _core.template.statement` function CALL_SUPER( _this, derived, args, ) { function isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; // core-js@3 if (Reflect.construct.sham) return false; // Proxy can't be polyfilled. Every browser implemented // proxies before or at the same time as Reflect.construct, // so if they support Proxy they also support Reflect.construct. if (typeof Proxy === "function") return true; // Since Reflect.construct can't be properly polyfilled, some // implementations (e.g. core-js@2) don't set the correct internal slots. // Those polyfills don't allow us to subclass built-ins, so we need to // use our fallback implementation. try { // If the internal slots aren't set, this throws an error similar to // TypeError: this is not a Boolean object. return !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}),); } catch (e) { return false; } } // Super derived = GET_PROTOTYPE_OF(derived); return POSSIBLE_CONSTRUCTOR_RETURN( _this, isNativeReflectConstruct() ? // NOTE: This doesn't work if this.__proto__.constructor has been modified. Reflect.construct( derived, args || [], GET_PROTOTYPE_OF(_this).constructor, ) : derived.apply(_this, args), ); } `; const helperIDs = new WeakMap(); function addCallSuperHelper(file) { if (helperIDs.has(file)) { return (_core.types.cloneNode || _core.types.clone)(helperIDs.get(file)); } try { return file.addHelper("callSuper"); } catch (_unused) {} const id = file.scope.generateUidIdentifier("callSuper"); helperIDs.set(file, id); const fn = helper({ CALL_SUPER: id, GET_PROTOTYPE_OF: file.addHelper("getPrototypeOf"), POSSIBLE_CONSTRUCTOR_RETURN: file.addHelper("possibleConstructorReturn") }); const [fnPath] = file.path.unshiftContainer("body", [fn]); file.scope.registerDeclaration(fnPath); return _core.types.cloneNode(id); } //# sourceMappingURL=inline-callSuper-helpers.js.map
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
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:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
3.35 KB
lrw-r--r--
2026-02-28 00:26:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js.map
7.79 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
inline-callSuper-helpers.js
2.33 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
inline-callSuper-helpers.js.map
4.00 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
transformClass.js
19.94 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
transformClass.js.map
49.21 KB
lrw-r--r--
2026-02-28 00:27:44
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).