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

Show remote modules in deno compile output #27361

Open
dsherret opened this issue Dec 13, 2024 · 1 comment
Open

Show remote modules in deno compile output #27361

dsherret opened this issue Dec 13, 2024 · 1 comment
Labels
compile related to the `deno compile` feature feat new feature (which has been agreed to/accepted)

Comments

@dsherret
Copy link
Member

Similar to what we do with embeded files, we should show remote modules and their sizes in the deno compile output.

Related: #27360

@bartlomieju bartlomieju added feat new feature (which has been agreed to/accepted) compile related to the `deno compile` feature labels Dec 13, 2024
@dsherret
Copy link
Member Author

Actually, this is already possible by doing deno info mod.ts so I think it's not so necessary, but we should maybe include the size of the remote modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compile related to the `deno compile` feature feat new feature (which has been agreed to/accepted)
Projects
None yet
Development

No branches or pull requests

2 participants