Commit 831f4c75 authored by Antoine du Hamel's avatar Antoine du Hamel Committed by Node.js GitHub Bot
Browse files

tools,lib: recommend using safe primordials

Make the linter recommend replacing `globalThis.Map` by
`primordials.SafeMap`, and similar for `Set`, `WeakSet`, and `WeakMap`.

PR-URL: https://github.com/nodejs/node/pull/36026


Reviewed-By: default avatarBenjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: default avatarMichaël Zasso <targos@protonmail.com>
Reviewed-By: default avatarShingo Inoue <leko.noor@gmail.com>
parent 2c77fe19
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment