andrewbranch / tsx-module-resolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsx-module-resolution

Compares module resolution in tsx to Bun and esbuild.

npm install

npm run bun-ts
npm run esbuild-ts
npm run tsx-ts # different results

npm run bun-mts
npm run esbuild-mts
npm run tsx-mts # errors

About


Languages

Language:TypeScript 88.2%Language:JavaScript 11.8%