{"library":"jest-esbuild","type":"library","category":null,"description":"A Jest transformer that uses esbuild to compile TypeScript/JavaScript files during test execution. Current stable version is 0.4.0, released in 2021 with no recent updates (maintenance mode). It provides fast compilation by leveraging esbuild's speed, significantly faster than ts-jest. It requires Jest 27+ and supports ESM/CJS via esbuild's loader. Key differentiator: minimal configuration and speed compared to ts-jest or babel-jest. Not recommended for projects needing type checking, as esbuild strips types without validation.","language":"javascript","status":"maintenance","version":"0.4.0","tags":["javascript","typescript"],"last_verified":"Mon Apr 27","install":[{"cmd":"npm install jest-esbuild","imports":["module.exports = {\n  transform: {\n    '^.+\\\\.tsx?$': 'jest-esbuild'\n  }\n}","module.exports = {\n  transform: {\n    '^.+\\\\.tsx?$': ['jest-esbuild', { loaders: { '.js': 'jsx' } }]\n  }\n}","const { createTransformer } = require('jest-esbuild');\nmodule.exports = { transform: { '^.+\\\\.tsx?$': createTransformer() } };"]},{"cmd":"yarn add jest-esbuild","imports":[]},{"cmd":"pnpm add jest-esbuild","imports":[]}],"homepage":null,"github":"https://github.com/hannoeru/jest-esbuild","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/jest-esbuild","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}