How is ts-node
resolving esm
under the hood?
#2109
Unanswered
devjiwonchoi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello engineers and appreciatable
ts-node
Maintainers!I am trying to implement the method of the
ts-node
register and is successful for most cases, but cannot resolve Native ESM.I am going through the sources of
ts-node
, but is quite confusing for me at the moment likeNodeLoaderHooksAPI1 | 2
.Are there resources that I can take a look to understand (couldn't find a valid one yet, all about troubleshooting ts-node) how
ts-node
handles ESM under the hood?Furthermore, I've opened a related question on the Node.js help repo, feel free to take a look and share your expertise!
Beta Was this translation helpful? Give feedback.
All reactions