PHP 7.4.33
Preview: shim.js Size: 715 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/globalthis/shim.js
'use strict';

var define = require('define-properties');
var gOPD = require('gopd');
var getPolyfill = require('./polyfill');

module.exports = function shimGlobal() {
	var polyfill = getPolyfill();
	if (define.supportsDescriptors) {
		var descriptor = gOPD(polyfill, 'globalThis');
		if (
			!descriptor
			|| (
				descriptor.configurable
				&& (descriptor.enumerable || !descriptor.writable || globalThis !== polyfill)
			)
		) {
			Object.defineProperty(polyfill, 'globalThis', {
				configurable: true,
				enumerable: false,
				value: polyfill,
				writable: true
			});
		}
	} else if (typeof globalThis !== 'object' || globalThis !== polyfill) {
		polyfill.globalThis = polyfill;
	}
	return polyfill;
};

Directory Contents

Dirs: 1 × Files: 12
Name Size Perms Modified Actions
test DIR
- drwxr-xr-x 2025-03-28 11:04:36
Edit Download
192 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
149 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
36 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
11.61 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
254 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
40 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
408 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
1.06 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
2.41 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
251 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
2.65 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
715 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).