-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Import map from a JSR specifier with path can't be resolved #146
Comments
You can workaround this by writing like {
"imports": {
"@std/testing/bdd": "jsr:@std/testing@0.210.0/bdd"
}
} instead, but it's not as handy as the failing example. |
You can also avoid this error by running the CLI against |
Seems like a bug in the import_map crate. I created an issue and maybe working on it. |
#166 introduced a tentative fix on this, which makes molt print warning messages and continue, rather than crushing with an unfriendly error. I believe I can fix this in this week, so please be patient for the inconvenience. |
Should be fixed in 0.18.3 |
For example, running molt CLI for a TS file
along with deno.json
results in the following error:
Now being fixed in #145
The text was updated successfully, but these errors were encountered: