FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lib: use ERR_ILLEGAL_CONSTRUCTOR by Mesteery · Pull Request #39556 · nodejs/node · GitHub

/ node Public

lib: use ERR_ILLEGAL_CONSTRUCTOR - #39556

Closed
Mesteery wants to merge 1 commit into
nodejs:masterfrom
Mesteery:illegal-constructor-error
Closed

lib: use ERR_ILLEGAL_CONSTRUCTOR#39556
Mesteery wants to merge 1 commit into
nodejs:masterfrom
Mesteery:illegal-constructor-error

Conversation

Copy link
Copy Markdown
Contributor

Use ERR_ILLEGAL_CONSTRUCTOR error instead of illegal constructor or
Illegal constructor TypeError.

nodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Jul 28, 2021
Mesteery force-pushed the illegal-constructor-error branch from 20a7f1a to 55bf4af Compare July 28, 2021 07:54

targos left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, but can you try to keep the alphabetical order when destructuring ERR_ILLEGAL_CONSTRUCTOR ?

Use ERR_ILLEGAL_CONSTRUCTOR error instead of `illegal constructor` or
`Illegal constructor` TypeError.
Mesteery force-pushed the illegal-constructor-error branch from 55bf4af to 5fcc26c Compare July 28, 2021 08:06

aduh95 commented Jul 28, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Adding dont-land-on-v12.x label as I believe all of these APIs are v14+ only. What should be the semverness of this kind of change?

targos commented Jul 28, 2021

Copy link
Copy Markdown
Member

What should be the semverness of this kind of change?

I'd say patch. The only place which had another code before this change is CryptoKey and that is still an experimental API.

This comment has been minimized.

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jul 31, 2021

Copy link
Copy Markdown
Collaborator

targos added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 1, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 1, 2021

github-actions Bot commented Aug 1, 2021

Copy link
Copy Markdown
Contributor

Landed in 7db86e7...2913211

github-actions Bot closed this Aug 1, 2021
nodejs-github-bot pushed a commit that referenced this pull request Aug 1, 2021
Use ERR_ILLEGAL_CONSTRUCTOR error instead of `illegal constructor` or
`Illegal constructor` TypeError.

PR-URL: #39556
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Mesteery deleted the illegal-constructor-error branch August 1, 2021 14:25
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
Use ERR_ILLEGAL_CONSTRUCTOR error instead of `illegal constructor` or
`Illegal constructor` TypeError.

PR-URL: #39556
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL