|
|
3 달 전 | |
|---|---|---|
| .. | ||
| node_modules | 3 달 전 | |
| LICENSE | 3 달 전 | |
| README.md | 3 달 전 | |
| esno.js | 3 달 전 | |
| package.json | 3 달 전 | |
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.
npx esno hello.ts
npm i -g esno
esno index.ts
npm i esno
{
"scripts": {
"start": "esno index.ts"
},
"dependencies": {
"esno": "*"
}
}
Learn more at tsx.