Letter N

nodejs-weak-map - A WeakMap shim for Node.js and browsers

Website: https://github.com/drses/weak-map
License: ASL 2.0
Vendor: Alcance Libre, Inc.
Description:
WeakMap is a collection introduced to JavaScript with EcmaScript 6. It
provides a mapping from objects to values, but allows any entry to be
garbage collected if the key is provably lost.

In order for it to be possible that a key is provably lost, weak maps
do not provide a way to access the key list.

This is a Node.js module that provides a shim and patcher for missing
or broken WeakMap implementations, suitable for use in Node.js and
browsers that provide the EcmaScript 5 property description interfaces.

Packages

nodejs-weak-map-1.0.5-10.fc14.al.noarch [15 KiB] Changelog by Fedora Release Engineering (2020-01-29):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Listing created by Repoview-0.6.6-6.fc14.al