Skip to content

Conversation

@sxzz
Copy link
Member

@sxzz sxzz commented Nov 15, 2025

Description

Vite side: vitejs/vite#21107

https://github.com/sxzz/obug is a newly developed project, forked from debug, the most popular npm library for debugging.

obug addresses several issues:

  • Built-in TypeScript support—no need to install @types/debug (More accurate)
  • Zero dependencies, achieved by dropping support for legacy browsers and older Node.js versions
    • Optimized for modern environments
    • Supports ES2015+ browsers
    • Compatible with Node.js 20.19 and above
  • Pure ESM
  • Extremely small footprint
    • Unpacked size: 21 KB vs 42 KB (including dependencies)
    • Production bundle size for browsers: only 3.22 kB, gzip: 1.5kB.
  • Uses trusted publishing (although some consider this meaningless, this is simply to inform those who care about it; related discussions are outside the scope of this post)

Linked Issues

Additional Context


Tip

The author of this PR can publish a preview release by commenting /publish below.

@brc-dd brc-dd merged commit 5e0d7da into vuejs:main Nov 18, 2025
10 checks passed
@sxzz sxzz deleted the obug branch November 19, 2025 03:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants