-
-
Notifications
You must be signed in to change notification settings - Fork 222
Support node: prefix for builtin modules #635
Conversation
I'd also like to see Also wanted to add a quick note that you may want to consider using |
Also, a quick note that |
@kevinoid Wow, really cool, thanks for the heads up! I've commented about this also over at DefinitelyTyped on the PR to |
Yeah @rumpl, I agree here - if you would prefer that I switched it out for this other well-maintained module instead, happy to give that a shot. |
Ah, maybe
|
Good catch @karlhorky, I had missed that! Looks like |
Codecov Report
@@ Coverage Diff @@
## main #635 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 48 48
Lines 1017 1017
=======================================
Hits 1003 1003
Misses 14 14
Continue to review full report at Codecov.
|
@karlhorky that would be awesome, we used to use punycode but had to remove it, I'll be happy to merge a PR that would use |
Thanks! Could you squash your three commits and then we can merge? |
Ok, squashed - as long as the tests pass, I think this is good to go! |
Oops, forgot one of the imports, removed it. |
Thanks! |
Glad to help, thanks for the merge! Will this be published in a new minor version ( |
It will yes, I'll push a new version later in the day (after I finish my real job 😅) |
No rush, big thanks for all of your work on this project! |
@rumpl any news on a new version? |
Oh no... travis actually doesn't work any more 😭 |
Thanks! hehe meme game on point |
Hi there, thanks for
depcheck
, really great!Just a quick PR to also support the builtin module specifiers with the new
node:
prefix introduced in Node v16 (will be backported to v14 soon)Ref: https://twitter.com/jasnell/status/1385238402149150721