canirequire › Dual (CommonJS + ESM) › jest-haste-map
Is jest-haste-map ESM-only? Can you require() it?
`jest-haste-map` is a module used by Jest, a popular JavaScript testing framework, to create a fast lookup of files in a project. It helps Jest efficiently locate and track changes in files during testing, making it particularly useful for large projects
Last verified Sep 9, 2026 against jest-haste-map@30.5.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
jest-haste-map publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("jest-haste-map") and import "jest-haste-map" both work on every supported Node.js version and in Bun.
Does jest-haste-map@30.5.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("jest-haste-map") from a CommonJS file and import "jest-haste-map" from an ES module.
| Runtime | require("jest-haste-map") | import "jest-haste-map" |
|---|---|---|
| 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 jest-haste-map
ES modules (import)
import jestHasteMap from "jest-haste-map";CommonJS (require)
const jestHasteMap = require("jest-haste-map");Module format by version
Derived from the type, main and exports fields of every stable release on npm (151 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 30.0.0 – 30.5.1 | Dual (CommonJS + ESM) | Jun 10, 2025 |
| 27.0.0 – 29.7.0 | CommonJS | May 25, 2021 |
Frequently asked
Is jest-haste-map ESM-only?
jest-haste-map@30.5.1 ships CommonJS and ESM builds. jest-haste-map publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("jest-haste-map") and import "jest-haste-map" both work on every supported Node.js version and in Bun.
Can I require jest-haste-map?
Yes. jest-haste-map ships a CommonJS entry, so require("jest-haste-map") works on every Node.js version, alongside the native ESM entry for import.
Does jest-haste-map work in Bun?
Yes. import "jest-haste-map" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does jest-haste-map ship TypeScript types?
Yes. jest-haste-map 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
- min-indent 1.0.1CommonJS
- is-weakmap 2.0.2CommonJS
- boolbase 2.0.0ESM-only
- unist-util-stringify-position 4.0.0ESM-only
- @testing-library/jest-dom 7.0.1Dual
- @radix-ui/react-visually-hidden 1.2.11Dual
- istanbul-lib-source-maps 5.0.6CommonJS
- webpack-sources 3.5.1CommonJS