|
пре 2 недеља | |
---|---|---|
.. | ||
node_modules | пре 2 недеља | |
LICENSE | пре 2 недеља | |
README.md | пре 2 недеља | |
esno.js | пре 2 недеља | |
package.json | пре 2 недеља |
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
.