esno

Node.js runtime enhanced with esbuild for loading TypeScript & ESM

MIT 46 个版本
安装
npm install esno
yarn add esno
pnpm add esno
bun add esno
README

esno

Node.js runtime enhanced with esbuild for loading TypeScript & ESM

version

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.

Usage

npx esno hello.ts

Install globally

npm i -g esno

esno index.ts

Install as dependency

npm i esno
{
  "scripts": {
    "start": "esno index.ts"
  },
  "dependencies": {
    "esno": "*"
  }
}

Learn more at tsx.

版本列表
4.8.0 2024-09-29
4.7.0 2024-03-03
4.0.0 2023-11-11
0.17.0 2023-07-12
0.16.3 2022-05-18
0.16.2 2022-05-18
0.16.1 2022-05-18
0.15.0 2022-05-12
0.14.1 2022-02-07
0.14.0 2022-01-14
0.13.0 2021-12-13
0.12.1 2021-11-18
0.12.0 2021-11-09
0.11.0 2021-11-03
0.10.1 2021-10-04
0.10.0 2021-09-25
0.9.1 2021-08-16
0.9.0 2021-08-16
0.8.0 2021-07-23
0.7.3 2021-06-15
0.7.2 2021-06-13
0.7.1 2021-06-08
0.7.0 2021-06-06
0.6.0 2021-05-28
0.5.0 2021-03-15
0.4.6 2021-03-05
0.4.5 2021-03-01
0.4.4 2021-02-19
0.4.3 2021-01-31
0.4.2 2021-01-31
0.4.1 2021-01-30
0.4.0 2021-01-05
0.3.0 2020-12-02
0.2.4 2020-10-20
0.2.3 2020-10-16
0.2.2 2020-10-13
0.2.1 2020-10-13
0.2.0 2020-08-06
0.1.6 2020-08-05
0.1.5 2020-08-05
0.1.4 2020-08-05
0.1.3 2020-08-05
0.1.2 2020-08-05
0.1.1 2020-08-05
0.1.0 2020-08-05
0.0.0 2020-08-05