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

feat(compile): show remote modules and metadata size when compiling #27415

Merged
merged 10 commits into from
Jan 23, 2025

Conversation

HasanAlrimawi
Copy link
Contributor

@HasanAlrimawi HasanAlrimawi commented Dec 18, 2024

closes #27361

@bartlomieju bartlomieju requested a review from dsherret December 18, 2024 13:47
}
}
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't output this because npm packages are stored in the file system whose size is already displayed.

Let's wait for #27395 to land because implementing this after that will basically just be getting the size from the RemoteModulesStoreBuilder.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR landed.

@dsherret dsherret changed the title feat: show remote modules size on deno compile feat(compile): show remote modules and metadata size when compiling Jan 23, 2025
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@dsherret dsherret enabled auto-merge (squash) January 23, 2025 16:22
@dsherret dsherret merged commit b70aba6 into denoland:main Jan 23, 2025
17 checks passed
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

Successfully merging this pull request may close these issues.

Show remote modules in deno compile output
2 participants