@esfx/collection-core-shim v1.0.0
@esfx/collection-core-shim
The @esfx/collection-core-shim package provides a global shim to add default @esfx/collection-core behaviors to global objects.
Overview
Installation
npm i @esfx/collection-core-shimUsage
The global shim adds a default implementation the collection interfaces to the following global objects:
Arrayimplements:ReadonlyCollectionCollectionReadonlyIndexedCollectionFixedSizeIndexedCollectionIndexedCollection
Uint8Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Uint8ClampedArrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Uint16Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Uint32Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Int8Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Int16Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Int32Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Float32Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Float64Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
BigUint64Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
BigInt64Arrayimplements:ReadonlyCollectionReadonlyIndexedCollectionFixedSizeIndexedCollection
Setimplements:ReadonlyCollectionCollection
Mapimplements:ReadonlyKeyedCollectionKeyedCollection
WeakSetimplements:ReadonlyContainerContainer
WeakMapimplements:ReadonlyKeyedContainerKeyedContainer
To install the global shim, import @esfx/collection-core-shim:
import "@esfx/collection-core-shim"; // triggers global-scope side effects
[1, 2, 3][Collection.size]; // 32 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago