-
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
Redirect on main module can't be bundled #3082
Comments
What do you mean by that? |
We have logic for printing diagnostics that assumes all diagnostics have a code point. That logic is flawed. |
Oh, I understand. That is another issue which is already fixed. |
This was resolved in Deno 1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the main URL for
deno bundle
points to a location that provides a redirect, you will get an error something like this:But this does not break
deno run https://bit.ly/something
. (It also demonstrates that some errors in TypeScript don't have a location, and we should avoid printing out the►
)The text was updated successfully, but these errors were encountered: