Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewbranch/tsx-module-resolution
- Owner: andrewbranch
- Created: 2023-12-18T17:23:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T17:23:57.000Z (about 1 year ago)
- Last Synced: 2024-11-10T16:46:07.185Z (3 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 installnpm run bun-ts
npm run esbuild-ts
npm run tsx-ts # different resultsnpm run bun-mts
npm run esbuild-mts
npm run tsx-mts # errors
```