mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
lib: replace Set global by the primordials
PR-URL: https://github.com/nodejs/node/pull/31154 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
5dc55ede67
commit
256c9a43f4
15 changed files with 19 additions and 0 deletions
|
@ -7,6 +7,7 @@ const {
|
|||
ObjectDefineProperties,
|
||||
ObjectDefineProperty,
|
||||
ObjectKeys,
|
||||
Set,
|
||||
Symbol,
|
||||
} = primordials;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue