canirequire › Dual (CommonJS + ESM) › @jridgewell/gen-mapping
Is @jridgewell/gen-mapping ESM-only? Can you require() it?
Generate source maps
Last verified Sep 9, 2026 against @jridgewell/gen-mapping@0.3.13. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@jridgewell/gen-mapping publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@jridgewell/gen-mapping") and import "@jridgewell/gen-mapping" both work on every supported Node.js version and in Bun.
Does @jridgewell/gen-mapping@0.3.13 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@jridgewell/gen-mapping") from a CommonJS file and import "@jridgewell/gen-mapping" from an ES module.
| Runtime | require("@jridgewell/gen-mapping") | import "@jridgewell/gen-mapping" |
|---|---|---|
| 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 @jridgewell/gen-mapping
ES modules (import)
import genMapping from "@jridgewell/gen-mapping";CommonJS (require)
const genMapping = require("@jridgewell/gen-mapping");Module format by version
Derived from the type, main and exports fields of every stable release on npm (17 versions; the newest 17 shown).
| Versions | Format | First published |
|---|---|---|
| 0.1.0 – 0.3.13 | Dual (CommonJS + ESM) | Apr 27, 2022 |
Frequently asked
Is @jridgewell/gen-mapping ESM-only?
@jridgewell/gen-mapping@0.3.13 ships CommonJS and ESM builds. @jridgewell/gen-mapping publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@jridgewell/gen-mapping") and import "@jridgewell/gen-mapping" both work on every supported Node.js version and in Bun.
Can I require @jridgewell/gen-mapping?
Yes. @jridgewell/gen-mapping ships a CommonJS entry, so require("@jridgewell/gen-mapping") works on every Node.js version, alongside the native ESM entry for import.
Does @jridgewell/gen-mapping work in Bun?
Yes. import "@jridgewell/gen-mapping" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @jridgewell/gen-mapping ship TypeScript types?
Yes. @jridgewell/gen-mapping 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
- @typescript-eslint/types 8.70.0CommonJS
- @smithy/util-buffer-from 4.5.2CommonJS
- @radix-ui/react-context 1.2.2Dual
- @humanwhocodes/retry 0.4.3Dual
- @typescript-eslint/typescript-estree 8.70.0CommonJS
- @typescript-eslint/visitor-keys 8.70.0CommonJS
- @jest/schemas 30.5.0Dual
- @typescript-eslint/tsconfig-utils 8.70.0CommonJS