-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feature request: support target for deno #2686
Comments
Sorry, I'm not sure I understand what you're proposing. You just linked to some documentation but didn't actually say anything yourself. Are you asking for esbuild to implement a clone of Deno's npm package installer inside esbuild itself? That's something that isn't in scope for esbuild. Being a package manager is out of scope. If you want to augment esbuild's path resolution so that packages are automatically installed for you, then you should write your own plugin to do that: https://esbuild.github.io/plugins/ |
Well, thanks. https://esbuild.github.io/api/#target What I want to say is this "target". |
Adding However, keep in mind that the purpose of the |
I see. Thank you. |
https://deno.land/manual@v1.28.1/node/npm_specifiers
"Deno 1.28 stabilizes support for npm specifiers, which allow you to use npm modules directly in Deno with a higher chance of compatibility than importing from CDN's, particularly if the modules depend on artifact files in their package."
The text was updated successfully, but these errors were encountered: