Uh oh!
There was an error while loading. Please reload this page.
tools,lib: refactor prefer-primordials rule - #36018
Merged
Merged
Conversation
nodejs-github-bot
commented
Nov 7, 2020
Collaborator
Leko
suggested changes
Nov 7, 2020
Leko
left a comment
Contributor
There was a problem hiding this comment.
Could you separate this pull request for each purpose?
- Refactoring of the rule
- Add
Safeprefix on the Map and Set, etc. - Replace
prototypeproperty with primordials.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Leko
suggested changes
Nov 7, 2020
Uh oh!
There was an error while loading. Please reload this page.
aduh95force-pushed
the
prefer-primordials-refactor
branch
from
November 7, 2020 16:45
5ef69fb to
601d050CompareTrott
commented
Nov 14, 2020
Member
Not sure if this needs to be rebased or closed (since it overlaps with PRs that landed?) but one or the other. |
aduh95force-pushed
the
prefer-primordials-refactor
branch
from
November 14, 2020 19:02
601d050 to
599119cComparenodejs-github-bot
commented
Nov 14, 2020
Collaborator
nodejs-github-bot
commented
Dec 21, 2020
Collaborator
richardlau
commented
Dec 21, 2020
Member
Blocked on nodejs/build#2504. |
ExE-Boss
commented
Feb 15, 2021
Contributor
nodejs/build#2504 has now been fixed by nodejs/build#2514. |
nodejs-github-bot
commented
Feb 15, 2021
Collaborator
nodejs-github-bot
commented
Feb 15, 2021
Collaborator
aduh95
commented
Feb 15, 2021
ContributorAuthor
@Leko I think this is ready to land, would you kindly have another look at this PR, I believe I've addressed all your objections. |
Use optional chaining to improve code readability and remove use of `Array.prototype.reduce`. PR-URL: nodejs#36018 Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
aduh95force-pushed
the
prefer-primordials-refactor
branch
from
February 16, 2021 16:58
599119c to
7fd6c20Compareaduh95
commented
Feb 16, 2021
ContributorAuthor
Landed in 7fd6c20 |
danielleadams pushed a commit
that referenced
this pull request
Feb 16, 2021
Use optional chaining to improve code readability and remove use of `Array.prototype.reduce`. PR-URL: #36018 Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
targos pushed a commit
that referenced
this pull request
May 27, 2021
Use optional chaining to improve code readability and remove use of `Array.prototype.reduce`. PR-URL: #36018 Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
targos pushed a commit
that referenced
this pull request
May 30, 2021
Use optional chaining to improve code readability and remove use of `Array.prototype.reduce`. PR-URL: #36018 Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
targos pushed a commit
that referenced
this pull request
Jun 5, 2021
Use optional chaining to improve code readability and remove use of `Array.prototype.reduce`. PR-URL: #36018 Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
targos pushed a commit
that referenced
this pull request
Jun 11, 2021
Use optional chaining to improve code readability and remove use of `Array.prototype.reduce`. PR-URL: #36018 Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor the ESLint rule source code to improve readability.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes