canirequire

canirequireDual (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.

Latest
30.5.0 (Aug 28, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
30.5.0
Native ESM since
30.0.0
TypeScript types
Bundled
Node engines
^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
Weekly downloads
37.3M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
30.0.0 – 30.5.0Dual (CommonJS + ESM)Jun 10, 2025
20.0.2 – 29.6.3CommonJSMay 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

Similar popularity