1.4.0 • Published 7 months ago

@node-loaders/esbuildx v1.4.0

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

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

1.4.0

7 months ago

1.3.0

7 months ago

1.2.0

12 months ago

1.1.0

12 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago