+1
-1
| { | ||
| "name": "libtuple", | ||
| "version": "0.0.3", | ||
| "version": "0.0.4", | ||
| "author": "Sean Morris", | ||
@@ -5,0 +5,0 @@ "description": "Memory-efficient tuple implementation.", |
+2
-4
@@ -1,3 +0,1 @@ | ||
| const WeakMap = globalThis.WeakMap; | ||
| const Map = globalThis.Map; | ||
| const refTree = new WeakMap; | ||
@@ -15,3 +13,3 @@ const terminator = Object.create(null); | ||
| { | ||
| throw new globalThis.Error('"Tuple" is not a constructor. Create a Tuple by invoking the function directly.'); | ||
| throw new Error('"Tuple" is not a constructor. Create a Tuple by invoking the function directly.'); | ||
| } | ||
@@ -39,3 +37,3 @@ | ||
| { | ||
| throw new globalThis.Error('Symbols cannot participate in Tuples.'); | ||
| throw new Error('Symbols cannot participate in Tuples.'); | ||
| } | ||
@@ -42,0 +40,0 @@ |
6490
-1.52%90
-2.17%