Node.js runtime enhanced with esbuild for loading TypeScript & ESM
From v0.15, esno is essentially an alias of tsx, with automated CJS/ESM mode and caching.
Issues are disabled in this repo, they should be report in esbuild-kit/tsx instead.
npx esno hello.tsnpm i -g esno
esno index.tsnpm i esno{
"scripts": {
"start": "esno index.ts"
},
"dependencies": {
"esno": "*"
}
}Learn more at tsx.