@web/dev-server-core
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -41,3 +41,4 @@ "use strict"; | ||
export function stable (obj, replacer, spacer) { | ||
var tmp = deterministicDecirc(obj, '', [], undefined) || obj | ||
var target = structuredClone(obj) | ||
var tmp = deterministicDecirc(target, '', [], undefined) || target | ||
var res | ||
@@ -44,0 +45,0 @@ if (replacerStack.length === 0) { |
{ | ||
"name": "@web/dev-server-core", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -43,3 +43,4 @@ import { Plugin } from '../plugins/Plugin.js'; | ||
export function stable (obj, replacer, spacer) { | ||
var tmp = deterministicDecirc(obj, '', [], undefined) || obj | ||
var target = structuredClone(obj) | ||
var tmp = deterministicDecirc(target, '', [], undefined) || target | ||
var res | ||
@@ -46,0 +47,0 @@ if (replacerStack.length === 0) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
302175
5771