Skip to content

tools: fix linter message when using global DOMException - #46822

Merged
aduh95 merged 1 commit into
nodejs:mainfrom
aduh95:dom-exception-linter-error
Feb 26, 2023
Merged

tools: fix linter message when using global DOMException#46822
aduh95 merged 1 commit into
nodejs:mainfrom
aduh95:dom-exception-linter-error

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

Refs:

let_DOMException;
constlazyDOMExceptionClass=()=>{
_DOMException??=internalBinding('messaging').DOMException;
return_DOMException;
};
constlazyDOMException=hideStackFrames((message,name)=>{
_DOMException??=internalBinding('messaging').DOMException;
returnnew_DOMException(message,name);
});

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Feb 24, 2023
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed needs-ci PRs that need a full CI run. labels Feb 24, 2023
@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 25, 2023
@aduh95aduh95 removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 26, 2023
@aduh95
aduh95 merged commit 55dd283 into nodejs:mainFeb 26, 2023
@aduh95

Copy link
Copy Markdown
ContributorAuthor

Landed in 55dd283

@aduh95
aduh95 deleted the dom-exception-linter-error branch February 26, 2023 17:44
targos pushed a commit that referenced this pull request Mar 13, 2023
Refs: https://github.com/nodejs/node/blob/757c10414776b6f035ced453599527a841f47d6e/lib/internal/util.js#L601-L610
PR-URL: #46822
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request Mar 14, 2023
Refs: https://github.com/nodejs/node/blob/757c10414776b6f035ced453599527a841f47d6e/lib/internal/util.js#L601-L610
PR-URL: #46822
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@targostargos mentioned this pull request Mar 14, 2023
danielleadams pushed a commit that referenced this pull request Apr 11, 2023
Refs: https://github.com/nodejs/node/blob/757c10414776b6f035ced453599527a841f47d6e/lib/internal/util.js#L601-L610
PR-URL: #46822
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@aduh95@apapirovski@jasnell@cjihrig@debadree25@ZYSzys@nodejs-github-bot