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

Support glob in metafiles #16

Merged
merged 3 commits into from
May 7, 2024
Merged

Support glob in metafiles #16

merged 3 commits into from
May 7, 2024

Conversation

exoego
Copy link
Owner

@exoego exoego commented May 7, 2024

It is handy when you have multiple metafiles and the number occasionally changes.

Future enhancement #17

Copy link

github-actions bot commented May 7, 2024

📦 esbuild Bundle Analysis for esbuild-bundle-analyzer

This analysis was generated by esbuild-bundle-analyzer. 🤖

Meta File Out File Size (raw) Note
tmp/meta.json dist/index.mjs 246.19 KB ‼️ +204.39 KB (+83.0%)
Largest paths These visualization shows top 20 largest paths in the bundle.

Meta file: tmp/meta.json, Out file: dist/index.mjs

Path Size
node_modules/path-scurry/dist ${{\color{Goldenrod}{ █████▊ }}}$ 23.4%, 47.72 KB
node_modules/minimatch/dist ${{\color{Goldenrod}{ █████▎ }}}$ 21.3%, 43.41 KB
node_modules/lru-cache/dist ${{\color{Goldenrod}{ ████▋ }}}$ 18.9%, 38.40 KB
node_modules/glob/dist ${{\color{Goldenrod}{ ███▋ }}}$ 14.9%, 30.34 KB
node_modules/minipass/dist ${{\color{Goldenrod}{ ███▏ }}}$ 12.6%, 25.71 KB
src/compare.ts ${{\color{Goldenrod}{ █ }}}$ 4.3%, 8.66 KB
node_modules/brace-expansion/index.js ${{\color{Goldenrod}{ ▌ }}}$ 2.3%, 4.78 KB
src/report.ts ${{\color{Goldenrod}{ ▏ }}}$ 0.9%, 1.77 KB
node_modules/balanced-match/index.js ${{\color{Goldenrod}{ ▏ }}}$ 0.8%, 1.54 KB
src/index.ts ${{\color{Goldenrod}{ ▏ }}}$ 0.5%, 1.01 KB
src/utils.ts ${{\color{Goldenrod}{ }}}$ 0.2%, 371 B
Details

Next to the size is how much the size has increased or decreased compared with the base branch of this PR.

  • ‼️: Size increased by 20% or more. Special attention should be given to this.
  • ⚠️: Size increased in acceptable range (lower than 20%).
  • ✅: No change or even downsized.
  • 🗑️: The out file is deleted: not found in base branch.
  • 🆕: The out file is newly found: will be added to base branch.

@exoego exoego added the enhancement New feature or request label May 7, 2024
@exoego exoego marked this pull request as ready for review May 7, 2024 06:08
@exoego exoego merged commit 7429f1f into main May 7, 2024
2 checks passed
@exoego exoego deleted the glob branch May 7, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant