canirequire › Dual (CommonJS + ESM) › babel-plugin-jest-hoist
Is babel-plugin-jest-hoist ESM-only? Can you require() it?
Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/jestjs/jest/tree/main/packages/babel-jest).
Last verified Sep 9, 2026 against babel-plugin-jest-hoist@30.5.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
babel-plugin-jest-hoist publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("babel-plugin-jest-hoist") and import "babel-plugin-jest-hoist" both work on every supported Node.js version and in Bun.
Does babel-plugin-jest-hoist@30.5.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("babel-plugin-jest-hoist") from a CommonJS file and import "babel-plugin-jest-hoist" from an ES module.
| Runtime | require("babel-plugin-jest-hoist") | import "babel-plugin-jest-hoist" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import babel-plugin-jest-hoist
ES modules (import)
import babelPluginJestHoist from "babel-plugin-jest-hoist";CommonJS (require)
const babelPluginJestHoist = require("babel-plugin-jest-hoist");Module format by version
Derived from the type, main and exports fields of every stable release on npm (85 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 30.0.0 – 30.5.0 | Dual (CommonJS + ESM) | Jun 10, 2025 |
| 20.0.2 – 29.6.3 | CommonJS | May 17, 2017 |
Frequently asked
Is babel-plugin-jest-hoist ESM-only?
babel-plugin-jest-hoist@30.5.0 ships CommonJS and ESM builds. babel-plugin-jest-hoist publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("babel-plugin-jest-hoist") and import "babel-plugin-jest-hoist" both work on every supported Node.js version and in Bun.
Can I require babel-plugin-jest-hoist?
Yes. babel-plugin-jest-hoist ships a CommonJS entry, so require("babel-plugin-jest-hoist") works on every Node.js version, alongside the native ESM entry for import.
Does babel-plugin-jest-hoist work in Bun?
Yes. import "babel-plugin-jest-hoist" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does babel-plugin-jest-hoist ship TypeScript types?
Yes. babel-plugin-jest-hoist bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- ssri 14.0.0CommonJS
- regjsparser 0.13.2CommonJS
- lodash.camelcase 4.3.0CommonJS
- jest-get-type 29.6.3CommonJS
- @radix-ui/react-label 2.1.15Dual
- immutable 5.1.9CommonJS
- @radix-ui/react-use-escape-keydown 1.1.5Dual
- compression 1.8.1CommonJS