@node-loaders/esbuildx
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

esbuildx

Run typescript scripts using esbuild and @node-loaders/esbuild

Usage

Using cli:

esbuildx file.ts

Using API (Use cjs for executables, refer to https://github.com/nodejs/modules/issues/152):

#!/usr/bin/env node

module.exports = (async () => {
  const { default: esbuildx } = await import('./esbuildx.js');
  await esbuildx({ executable });
})();

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.039latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.039
1.4.0112
1.3.00
1.2.05
1.1.00
0.3.118
0.3.00
0.2.21
0.2.11
0.2.01

Package Sidebar

Install

npm i @node-loaders/esbuildx

Weekly Downloads

177

Version

2.0.0

License

MIT

Unpacked Size

6.93 kB

Total Files

7

Last publish

Collaborators

  • mshima