canirequire › Dual (CommonJS + ESM) › @jest/source-map
Is @jest/source-map ESM-only? Can you require() it?
Applies source maps to stack traces, so a failing test points at the code you wrote rather than at the code Jest ran.
Last verified Sep 9, 2026 against @jest/source-map@30.5.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@jest/source-map publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("@jest/source-map") and import "@jest/source-map" both work on every supported Node.js version and in Bun.
Does @jest/source-map@30.5.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@jest/source-map") from a CommonJS file and import "@jest/source-map" from an ES module.
| Runtime | require("@jest/source-map") | import "@jest/source-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/source-map
ES modules (import)
import sourceMap from "@jest/source-map";CommonJS (require)
const sourceMap = require("@jest/source-map");Module format by version
Derived from the type, main and exports fields of every stable release on npm (30 versions; the newest 30 shown).
| Versions | Format | First published |
|---|---|---|
| 30.0.0 – 30.5.0 | Dual (CommonJS + ESM) | Jun 10, 2025 |
| 24.3.0 – 29.6.3 | CommonJS | Mar 7, 2019 |
Frequently asked
Is @jest/source-map ESM-only?
@jest/source-map@30.5.0 ships CommonJS and ESM builds. @jest/source-map publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("@jest/source-map") and import "@jest/source-map" both work on every supported Node.js version and in Bun.
Can I require @jest/source-map?
Yes. @jest/source-map ships a CommonJS entry, so require("@jest/source-map") works on every Node.js version, alongside the native ESM entry for import.
Does @jest/source-map work in Bun?
Yes. import "@jest/source-map" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @jest/source-map ship TypeScript types?
Yes. @jest/source-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
- @babel/plugin-syntax-top-level-await 7.14.5CommonJS
- @babel/plugin-syntax-nullish-coalescing-operator 7.8.3CommonJS
- @smithy/util-body-length-browser 4.5.2CommonJS
- @babel/plugin-transform-parameters 8.0.1ESM-only
- @aws-sdk/client-sso 3.1128.0CommonJS
- @babel/plugin-syntax-object-rest-spread 7.8.3CommonJS
- @smithy/config-resolver 4.7.2CommonJS
- @babel/plugin-syntax-logical-assignment-operators 7.10.4CommonJS