Skip to content

Conversation

@Sebastien-Ahkrin
Copy link
Contributor

Hello,
For this PR I have added BigUInt64Array in the primordials eslint
And i just have created a line in "/lib/.eslintrc.yaml".

rules: no-restricted-globals: - name: BigUInt64Arraymessage: "Use `const{BigUInt64Array } = primordials;` instead of the global."

And just add Set.

const{// [...] BigUInt64Array,}=primordials;

I hope this new PR will help you :x

@nodejs-github-botnodejs-github-bot added process Issues and PRs related to the process subsystem. util Issues and PRs related to the built-in util module. labels Jan 5, 2020
@Sebastien-Ahkrin
Copy link
ContributorAuthor

Refs: #30697

@Sebastien-AhkrinSebastien-Ahkrinforce-pushed the BigUint64ArrayPrimordials branch from ed37e3e to 2b819daCompareJanuary 5, 2020 13:05
@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
Member

Trott commented Jan 7, 2020

Landed in 4f51c12

Trott pushed a commit that referenced this pull request Jan 7, 2020
PR-URL: #31194 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@TrottTrott closed this Jan 7, 2020
MylesBorins pushed a commit that referenced this pull request Jan 16, 2020
PR-URL: #31194 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@codebyterecodebytere mentioned this pull request Jan 16, 2020
codebytere pushed a commit that referenced this pull request Mar 14, 2020
PR-URL: #31194 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@codebyterecodebytere mentioned this pull request Mar 17, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

processIssues and PRs related to the process subsystem.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Sebastien-Ahkrin@nodejs-github-bot@Trott@jasnell@targos@cjihrig@BridgeAR@trivikr