@sveltejs/kit 1.0.0-next.548 → 1.0.0-next.549
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -18,8 +18,6 @@ const globals = {
|
|
|
18
18
|
// exported for dev/preview and node environments
|
|
19
19
|
export function installPolyfills() {
|
|
20
20
|
for (const name in globals) {
|
|
21
|
-
if (name in globalThis) continue;
|
|
22
|
-
|
|
23
21
|
Object.defineProperty(globalThis, name, {
|
|
24
22
|
enumerable: true,
|
|
25
23
|
configurable: true,
|