An open API service indexing awesome lists of open source software.

https://github.com/andrewbranch/tsx-module-resolution


https://github.com/andrewbranch/tsx-module-resolution

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# tsx-module-resolution

Compares module resolution in tsx to Bun and esbuild.

```bash
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
```