2.0.0 • Published 5 months ago

@node-loaders/esbuildx v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

2.0.0

5 months ago

1.4.0

1 year ago

1.3.0

1 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