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

Using @deno-types breaks Deno.bundle() imports #6875

Closed
randallb opened this issue Jul 25, 2020 · 1 comment
Closed

Using @deno-types breaks Deno.bundle() imports #6875

randallb opened this issue Jul 25, 2020 · 1 comment

Comments

@randallb
Copy link

Hi all--

Inline with #4539 and #5665, I've discovered when you declare deno-types in an import directive, it causes the Deno.bundle() command to ignore the imports.

Gist example: https://gist.github.com/randallb/745dd7cdd638f0e1018e3875641b542c

If I omit the deno-types declaration, it seems to bundle correctly. Might be a dupe of those other issues or might be unrelated, but I figure all three of these usecases would probably be useful to fix at once.

@kitsonk
Copy link
Contributor

kitsonk commented Jul 25, 2020

Duplicate of #6338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants