Comparing version 0.11.2 to 0.11.3
{ | ||
"name": "seroval", | ||
"type": "module", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"files": [ | ||
@@ -69,3 +69,3 @@ "dist", | ||
}, | ||
"gitHead": "173cf11aa7ed25209055e127bc3831b9fef52e95" | ||
"gitHead": "9cd59c8ba0b787341b8e7fe4f3fe44a03f608324" | ||
} |
@@ -137,3 +137,6 @@ import { BIGINT_FLAG, Feature } from './compat'; | ||
} | ||
return Symbol.iterator in value; | ||
if (ctx.features & Feature.Symbol) { | ||
return Symbol.iterator in value; | ||
} | ||
return false; | ||
} | ||
@@ -140,0 +143,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
1379364
20540