https://bugzilla.redhat.com/show_bug.cgi?id=1089494

            Bug ID: 1089494
           Summary: Review Request: nodejs-weak-map - A WeakMap shim for
                    Node.js and browsers
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]



Spec URL: http://jamielinux.fedorapeople.org/weak-map/nodejs-weak-map.spec
SRPM URL:
http://jamielinux.fedorapeople.org/weak-map/SRPMS/nodejs-weak-map-1.0.4-1.fc21.src.rpm
Fedora Account System Username: jamielinux

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to