Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support third party ESM loader #242

Open
iFwu opened this issue Nov 29, 2020 · 2 comments · May be fixed by #278
Open

Support third party ESM loader #242

iFwu opened this issue Nov 29, 2020 · 2 comments · May be fixed by #278

Comments

@iFwu
Copy link

iFwu commented Nov 29, 2020

When using the experimental-loader option, auto use internal ESM loader for the file.

node-dev --experimental-loader ts-node/esm/transpile-only ./index.ts
@iFwu
Copy link
Author

iFwu commented Dec 8, 2020

Maybe need Node.js chained resolve hooks to be finished. The Node.js module loader is still highly experimental. nodejs/node#36396

@bjornstar
Copy link
Collaborator

Yeah, we can only use a single module loader at the moment. I think it was a bit premature to attempt to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants