| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dev.wowchat.co_old/node_modules/esbuild-register/ |
Upload File : |
# esbuild-register
[](https://npm.im/esbuild-register) [](https://npm.im/esbuild-register)
## Install
```bash
npm i esbuild esbuild-register -D
# Or Yarn
yarn add esbuild esbuild-register --dev
# Or pnpm
pnpm add esbuild esbuild-register -D
```
## Usage
```bash
node -r esbuild-register file.ts
```
It will use `jsxFactory`, `jsxFragmentFactory` and `target` options from your `tsconfig.json`
### Experimental loader support
When using in a project with `type: "module"` in `package.json`, you need the `--loader` flag to load TypeScript files:
```bash
node --loader esbuild-register/loader -r esbuild-register ./file.ts
```
## Programmatic Usage
```ts
const { register } = require('esbuild-register/dist/node')
const { unregister } = register({
// ...options
})
// Unregister the require hook if you don't need it anymore
unregister()
```
## Sponsors
[](https://github.com/sponsors/egoist)
## License
MIT © [EGOIST](https://egoist.dev)