Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: esm loader unknown builtin module #24183
Conversation
nodejs-github-bot
added
the
test
label
Nov 6, 2018
This comment has been minimized.
This comment has been minimized.
|
The test looks good to me, and we checked with @BridgeAR who believes it is a problem that he has seen and believes it is a bug in Node.js |
mhdawson
added
the
code-and-learn
label
Nov 6, 2018
franher
force-pushed the
franher:unknonw-builtin-module-error
branch
from
15caf66
to
b9c4915
Nov 6, 2018
This comment has been minimized.
This comment has been minimized.
|
Tests are now passing after fixing the resolve hook following @devsnek advice (#24175 (comment)). |
BridgeAR
approved these changes
Nov 6, 2018
|
Thanks a lot for the awesome work! |
This comment has been minimized.
This comment has been minimized.
|
@BridgeAR hello, do you know why the CI is failing at the linter phase? It is not indicating a linter error but a CI crash, imho. Thank you for your support. |
This comment has been minimized.
This comment has been minimized.
|
seems like the version of node on our ci doesn't support catch without a binding wrt Line 20 in 1f6c4ba |
This comment has been minimized.
This comment has been minimized.
This was fixed in #24198. I've restarted the Travis CI for this PR. |
jasnell
approved these changes
Nov 10, 2018
devsnek
approved these changes
Nov 10, 2018
This comment has been minimized.
This comment has been minimized.
|
Looking forward to see this PR landed :) |
This comment has been minimized.
This comment has been minimized.
|
@franher - sure, let me run a full CI and then we should be good to go. |
This comment has been minimized.
This comment has been minimized.
|
landed as 0229e37 , thanks! |
franher commentedNov 6, 2018
•
edited
Description
New test added as part of code-learn session. It should not land until #24175 is resolved.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes