lib: replace String global with primordials

PR-URL: https://github.com/nodejs/node/pull/35397
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
This commit is contained in:
Sebastien Ahkrin 2020-01-06 03:55:31 +01:00 committed by Michaël Zasso
parent 693cc2c1c3
commit b79829c5f5
No known key found for this signature in database
GPG key ID: 770F7A9A5AE15600
18 changed files with 35 additions and 6 deletions

View file

@ -5,6 +5,7 @@ const {
NumberIsInteger,
NumberMAX_SAFE_INTEGER,
NumberMIN_SAFE_INTEGER,
String,
} = primordials;
const {