-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib: add String primordials #31209
lib: add String primordials #31209
Conversation
Refs: #30697 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs fix to punycode. Just leaving this here so no one accidentally merges this one along with all the others.
a5f13e7
to
d9ab37e
Compare
This needs a rebase. |
d9ab37e
to
b29beef
Compare
182761a
to
a5dad50
Compare
lib/internal/readline/utils.js
Outdated
@@ -1,7 +1,8 @@ | |||
'use strict'; | |||
|
|||
const { | |||
Symbol, | |||
String, | |||
Symbol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep the trailing comma
8ae28ff
to
2935f72
Compare
Co-authored-by: Michaël Zasso <targos@protonmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Superseded by #35397 |
Hello,
For this PR I have added String in the primordials eslint
And i just have created a line in "/lib/.eslintrc.yaml".
And just add String.
I hope this new PR will help you :x