@node-loaders/esbuildx
Run typescript scripts using esbuild and `@node-loaders/esbuild`
Last updated a year ago by mshima .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @node-loaders/esbuildx 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.4.0                                ...           latest (a year ago)

9 Versions

  • 1.4.0                                ...           a year ago
  • 1.3.0                                ...           a year ago
  • 1.2.0                                ...           2 years ago
  • 1.1.0                                ...           2 years ago
  • 0.3.1                                ...           2 years ago
  • 0.3.0                                ...           2 years ago
  • 0.2.2                                ...           2 years ago
  • 0.2.1                                ...           2 years ago
  • 0.2.0                                ...           2 years ago
Maintainers (1)
Downloads
Total 7
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (1)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE