-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
1.1.1: Compiler API: thread "main" panic on minimal import statement #6423
Comments
While it shouldn't panic like that, when passing sources, you have to use the literal module name you supply, so you have to: |
Tested it also with an url |
Nevermind - that one seems to be fixed. |
@bartlomieju any news on this one ? thanks |
@bartlomieju got a release date for this fix ? |
@SRNV most likely next week with |
ok thanks |
version:
1.1.1
cmd:
sudo deno run -c tsconfig.json --unstable -A examples/tests/modules/build.ts
code:
log:
stack backtrace:
issue is not reproduced when erasing any import statement
The text was updated successfully, but these errors were encountered: