{"library":"esbuild-register","type":"library","category":null,"description":"esbuild-register is a utility that enables on-the-fly transpilation of JSX, TypeScript, and modern JavaScript (esnext) features in Node.js environments by leveraging the highly performant esbuild bundler. It functions as a Node.js `require` hook or an experimental `--loader`, allowing developers to execute TypeScript or JSX files directly without a prior build step. The current stable version is 3.6.0. While widely used, the package has a slow release cadence, with the last update two years ago, leading to it being classified as having 'not healthy' project activity by some analyses. Its primary differentiator compared to alternatives like `ts-node` or `babel-register` is its speed, attributed to `esbuild` being written in Go and optimized for fast compilation. It automatically respects `jsxFactory`, `jsxFragmentFactory`, and `target` options from `tsconfig.json`.","language":"javascript","status":"maintenance","version":"3.6.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install esbuild-register","imports":["node -r esbuild-register file.ts","node --loader esbuild-register/loader -r esbuild-register ./file.ts","const { register } = require('esbuild-register/dist/node')"]},{"cmd":"yarn add esbuild-register","imports":[]},{"cmd":"pnpm add esbuild-register","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/esbuild-register","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/esbuild-register/compatibility"}}