Skip to content

debugger: refactor to use internal modules - #38550

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
aduh95:debug-internal-deps
May 7, 2021
Merged

debugger: refactor to use internal modules#38550
aduh95 merged 1 commit into
nodejs:masterfrom
aduh95:debug-internal-deps

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

This avoids loading the entirety of node:util and node:url and their dependencies while only a subset is actually used by this module.

@github-actionsgithub-actionsBot added inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run. labels May 5, 2021
@nodejs-github-bot

This comment has been minimized.

@RaisinTenRaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 5, 2021
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

nodejs-github-bot commented May 6, 2021

Copy link
Copy Markdown
Collaborator

This avoids loading the entirety of `node:util` and `node:url` and their
dependencies while only a subset is actually used by this module.
PR-URL: nodejs#38550
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@aduh95
aduh95force-pushed the debug-internal-deps branch from 5e64412 to 9158d61CompareMay 7, 2021 09:44
@aduh95

Copy link
Copy Markdown
ContributorAuthor

Landed in 9158d61

@aduh95
aduh95 merged commit 9158d61 into nodejs:masterMay 7, 2021
@aduh95
aduh95 deleted the debug-internal-deps branch May 7, 2021 09:45
targos pushed a commit that referenced this pull request May 17, 2021
This avoids loading the entirety of `node:util` and `node:url` and their
dependencies while only a subset is actually used by this module.
PR-URL: #38550
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@targostargos mentioned this pull request May 18, 2021
@richardlau

Copy link
Copy Markdown
Member

Backport to v14.x PR: #39446

aduh95 added a commit to aduh95/node that referenced this pull request Jul 20, 2021
This avoids loading the entirety of `node:util` and `node:url` and their
dependencies while only a subset is actually used by this module.
PR-URL: nodejs#38550
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
richardlau pushed a commit that referenced this pull request Jul 22, 2021
This avoids loading the entirety of `node:util` and `node:url` and their
dependencies while only a subset is actually used by this module.
PR-URL: #38550
Backport-PR-URL: #39446
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
richardlau pushed a commit that referenced this pull request Jul 22, 2021
This avoids loading the entirety of `node:util` and `node:url` and their
dependencies while only a subset is actually used by this module.
PR-URL: #38550
Backport-PR-URL: #39446
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@richardlaurichardlau mentioned this pull request Jul 22, 2021
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.inspectorIssues and PRs related to the V8 inspector protocolneeds-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@aduh95@nodejs-github-bot@richardlau@jasnell@RaisinTen@targos