1. esno
Node.js runtime enhanced with esbuild for loading TypeScript & ESM
esno
Package: esno
Created by: esbuild-kit
Last modified: Sun, 03 Mar 2024 21:31:00 GMT
Version: 4.7.0
License: MIT
Downloads: 206,159
Repository: https://github.com/esbuild-kit/esno

Install

npm install esno
yarn add esno

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.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin