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

Deno Emit Typings Not Useable In Node.js #11661

Closed
Skillz4Killz opened this issue Aug 12, 2021 · 1 comment
Closed

Deno Emit Typings Not Useable In Node.js #11661

Skillz4Killz opened this issue Aug 12, 2021 · 1 comment
Labels
duplicate a duplicate of another issue

Comments

@Skillz4Killz
Copy link

If possible can Deno.emit just include all typings from other files inside it's output, instead of importing them from other files. Currently, it adds imports using .ts and my theory is that these imports then somehow break the behavior in node.js or VSC making it so the library is not able to have proper typings available.

For example:
image

These imports should just write out the types directly in this file at the top instead of importing them.

@kitsonk kitsonk added the duplicate a duplicate of another issue label Aug 12, 2021
@kitsonk
Copy link
Contributor

kitsonk commented Aug 12, 2021

Effectively a duplicate of #3385. Emitting types for bundles would allow type bundling requested here.

@kitsonk kitsonk closed this as completed Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants