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

JSR exports not added to importmap #135

Open
zefhemel opened this issue Aug 5, 2024 · 0 comments
Open

JSR exports not added to importmap #135

zefhemel opened this issue Aug 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zefhemel
Copy link

zefhemel commented Aug 5, 2024

Deno supports the following: when you put an exports section in your deno.json file as well as a package name, this implicitly adds an entry to your import map for your exports, so that you can simply do import ... from "packagename".

This does not yet work for this loader, so I have to duplicate all exports into my imports section now. Ideally, the ESBuild Deno loader would be consistent with Deno behavior and do this for me.

@lucacasonato lucacasonato added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants