Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "seroval", | ||
"type": "module", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"files": [ | ||
@@ -23,3 +23,3 @@ "dist", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2", | ||
"typescript": "^5.3.2", | ||
"vitest": "^0.34.6" | ||
@@ -70,3 +70,3 @@ }, | ||
}, | ||
"gitHead": "7585fad45f057f4481647247ca617cb94768c5d9" | ||
"gitHead": "d977f4e777e01d1c449558c2d1b13d9e04db077c" | ||
} |
@@ -62,8 +62,8 @@ # seroval | ||
```js | ||
((h,j,k,m)=>(m={number:[0.28952097444015235,-0,NaN,1/0,-1/0],string:["hello world","\x3Cscript>Hello World\x3C/script>"],boolean:[!0,!1],null:null,undefined:void 0,bigint:9007199254740991n,array:h=[,,,,j=new Map([["hello","world"],["mutual",k=new Set(["hello","world"])]])],regexp:/[a-z0-9]+/i,date:new Date("2023-03-22T02:53:41.129Z"),map:j,set:k},h[3]=h,j.set("self",j),k.add(k).add(h),m.self=m,m))() | ||
((h,j,k,m,o)=>(o={number:[0.3325212548332517,-0,0/0,1/0,-1/0],string:["hello world","\x3Cscript>Hello World\x3C/script>"],boolean:[!0,!1],null:null,undefined:void 0,bigint:9007199254740991n,array:h=[,,,,k=(j=[],new Map([["hello","world"],["mutual",m=new Set(["hello","world"])]]))],regexp:/[a-z0-9]+/i,date:new Date("2023-11-19T09:25:24.118Z"),map:k,set:m},h[3]=h,k.set("self",k),m.add(m).add(h),o.self=o,o))() | ||
// Formatted for readability | ||
((h, j, k, m) => ( | ||
(m = { | ||
number: [0.7499861043679861, -0, 0 / 0, 1 / 0, -1 / 0], | ||
((h, j, k, m, o) => ( | ||
(o = { | ||
number: [0.3325212548332517, -0, 0 / 0, 1 / 0, -1 / 0], | ||
string: ["hello world", "\x3Cscript>Hello World\x3C/script>"], | ||
@@ -79,17 +79,19 @@ boolean: [!0, !1], | ||
, | ||
(j = new Map([ | ||
["hello", "world"], | ||
["mutual", (k = new Set(["hello", "world"]))], | ||
])), | ||
(k = | ||
((j = []), | ||
new Map([ | ||
["hello", "world"], | ||
["mutual", (m = new Set(["hello", "world"]))], | ||
]))), | ||
]), | ||
regexp: /[a-z0-9]+/i, | ||
date: new Date("2023-10-19T05:11:59.516Z"), | ||
map: j, | ||
set: k, | ||
date: new Date("2023-11-19T09:25:24.118Z"), | ||
map: k, | ||
set: m, | ||
}), | ||
(h[3] = h), | ||
j.set("self", j), | ||
k.add(k).add(h), | ||
(m.self = m), | ||
m | ||
k.set("self", k), | ||
m.add(m).add(h), | ||
(o.self = o), | ||
o | ||
))(); | ||
@@ -96,0 +98,0 @@ ``` |
@@ -222,4 +222,4 @@ import type { BigIntTypedArrayValue, TypedArrayValue } from '../../../types'; | ||
}, false); | ||
this.popPendingState(); | ||
} | ||
this.popPendingState(); | ||
} | ||
@@ -323,4 +323,4 @@ }, | ||
}, false); | ||
this.popPendingState(); | ||
} | ||
this.popPendingState(); | ||
}, | ||
@@ -345,5 +345,5 @@ (data) => { | ||
}, false); | ||
this.popPendingState(); | ||
} | ||
} | ||
this.popPendingState(); | ||
}, | ||
@@ -350,0 +350,0 @@ ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111
1229534