0.24.0 • Published 9 months ago

@arnaud-barre/tnode v0.24.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

tnode npm

Simple node wrapper that runs esbuild on TS files for ESM projects. Requires usage of explicit extensions. esbuild target is set to node 18.

For CJS projects, see @nabla/tnode

Install

npm i -D @arnaud-barre/tnode

Usage in package.json scripts

{
  "scripts": {
    "codegen": "tnode scripts/codegen.ts"
  }
}

JSON imports

A loader is provided to bypassed experimental warning and the need for import assertion. There is no support for named exports.

Credit

preflight.cjs & tnode.cjs is taken from tsx

0.24.0

9 months ago

0.19.0

2 years ago

0.19.1

2 years ago

0.19.2

2 years ago

0.18.0

2 years ago

0.17.1

2 years ago

0.17.0

2 years ago