Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 18 days 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
```