-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
Remove the timestamp to avoid calculating string padding before it.
This lets us eliminate string-width, significantly reducing the bundle size.
- dist/index.mjs: 33.1 kB (raw) → 8.94 kB (gzip)
+ dist/index.mjs: 7.96 kB (raw) → 3.25 kB (gzip)
- dist/shared/consola.<chunk1>.mjs: 2.77 kB (raw) → 1.06 kB (gzip)
+ dist/shared/consola.<chunk1>.mjs: 2.32 kB (raw) → 843 B (gzip)
- dist/core.mjs: 14.1 kB (raw) → 3.79 kB (gzip)
+ dist/core.mjs: 14.1 kB (raw) → 3.7 kB (gzip)
dist/shared/consola.<chunk2>.mjs: 8.22 kB (raw) → 2.46 kB (gzip)
dist/browser.mjs: 1.99 kB (raw) → 814 B (gzip)
dist/utils.mjs: 1.69 kB (raw) → 686 B (gzip)
dist/basic.mjs: 734 B (raw) → 355 B (gzip)
dist/chunks/prompt.mjs: 44 kB (raw) → 12.4 kB (gzip)Additional information
- Would you be willing to help implement this feature?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request