src: use node:moduleName as builtin module filename#35498
Closed
targos wants to merge 2 commits into
Closed
Conversation
This change allows for easier recognition of builtin modules in stack traces. Refs: nodejs#11893
Collaborator
|
Review requested:
|
Collaborator
ExE-Boss
reviewed
Oct 4, 2020
joyeecheung
approved these changes
Oct 4, 2020
aduh95
approved these changes
Oct 4, 2020
Contributor
aduh95
left a comment
There was a problem hiding this comment.
I like this change. Maybe we could use primordials here?
Trott
approved these changes
Oct 5, 2020
himself65
approved these changes
Oct 6, 2020
Member
Author
|
The only new failure in CITGM is with |
Collaborator
Collaborator
targos
added a commit
that referenced
this pull request
Oct 7, 2020
This change allows for easier recognition of builtin modules in stack traces. Refs: #11893 PR-URL: #35498 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
Member
Author
|
Landed in 2178227 |
Member
Author
|
Forgot to /cc @nodejs/tsc |
Contributor
|
Semver-major retroactively lgtm |
4 tasks
This change allows for easier recognition of builtin modules in stack
traces.
Refs: #11893