Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of nihalgonsalves/esbuild-plugin-browserslist

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
colinhacks/zod
TypeScript-first schema declaration and validation library with static type inference
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for debug
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
vitest-dev/vitest
UI for Vitest
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
evilmartians/lefthook
Simple git hooks manager
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
166 contributions
nihalgonsalves's profile
nihalgonsalves
101 contributions
github-actions[bot]'s profile
github-actions[bot]
58 contributions
emilbjorklund's profile
emilbjorklund
2 contributions
actions-user's profile
actions-user
1 contributions
jfsiii's profile
jfsiii
1 contributions
M-51's profile
M-51
1 contributions
plmrry's profile
plmrry
1 contributions
rmehner's profile
rmehner
1 contributions
TomK's profile
TomK
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
nihalgonsalves

nihalgonsalves/esbuild-plugin-brows...

Configure esbuild targets based on a browserslist query

TypeScript
51
6
MIT License

The **esbuild‑plugin‑browserslist** library lets you generate an esbuild `target` setting automatically from any Browserslist query. It maps the browsers returned by Browserslist (e.g., “defaults”, “>0.5%”) to the corresponding esbuild target strings (Chrome, Safari, Edge, Firefox, Node, etc.) and can be used either as an esbuild plugin or via a helper function. This is useful for front‑end or Node developers who already define browser support with Browserslist and want their esbuild builds to respect the same compatibility criteria without manually updating the target list.