https://github.com/andrewbranch/tsx-module-resolution
https://github.com/andrewbranch/tsx-module-resolution
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewbranch/tsx-module-resolution
- Owner: andrewbranch
- Created: 2023-12-18T17:23:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T17:23:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T23:35:03.043Z (11 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```