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

The esbuild-fix-imports-plugin is an ESBuild plugin designed to fix import paths in TypeScript projects built with tsup (when bundling is disabled). It resolves path aliases from tsconfig.json, ensures relative imports have correct file extensions (.js, .mjs, .cjs), and converts directory imports to explicit index file paths. This plugin is particularly useful for developers using tsup with bundle: false who need their output files to have properly resolved import statements for Node.js or other environments that require explicit file extensions.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of aymericzip/esbuild-fix-imports-plugin

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
justkey007/tsc-alias
Replace alias paths with relative paths after typescript compilation.
Account's avatar
egoist/tsup
Bundle your TypeScript library with no config, powered by esbuild
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

aymericzip's profile
aymericzip
37 contributions
achou11's profile
achou11
3 contributions
phil-tutti's profile
phil-tutti
1 contributions

Recent events

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

No events yet
aymericzip

aymericzip/esbuild-fix-imports-plug...

An ESBuild plugin that fixes import paths. It ensures correct file extensions, resolves path aliases, and fixes directory imports in your build output when using 'tsup' with 'bundle: false'.

JavaScript
32
1
MIT License