Skip to content

Conversation

@outslept
Copy link
Contributor

No description provided.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 12, 2025

Open in StackBlitz

npm i https://pkg.pr.new/e18e/cli/@e18e/cli@72

commit: 8e9bfd1

Comment on lines -87 to -91
const totalDeepDeps = stats.dependencyCount.cjs + stats.dependencyCount.esm;
const esmPercentage =
totalDeepDeps > 0
? Math.floor((stats.dependencyCount.esm / totalDeepDeps) * 100)
: 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

wouldn't it be better to comment the code instead of removing it?

Copy link
Contributor

Choose a reason for hiding this comment

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

i think @outslept is going to revisit this and make it show conditionally rather than removing it entirely

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.

3 participants