canirequire › Dual (CommonJS + ESM) › @jridgewell/remapping
Is @jridgewell/remapping ESM-only? Can you require() it?
Remap sequential sourcemaps through transformations to point at the original source code
Last verified Sep 9, 2026 against @jridgewell/remapping@2.3.5. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@jridgewell/remapping publishes both a CommonJS entry and a native ESM entry (ESM added in 2.3.1). require("@jridgewell/remapping") and import "@jridgewell/remapping" both work on every supported Node.js version and in Bun.
Does @jridgewell/remapping@2.3.5 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@jridgewell/remapping") from a CommonJS file and import "@jridgewell/remapping" from an ES module.
| Runtime | require("@jridgewell/remapping") | import "@jridgewell/remapping" |
|---|---|---|
| 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/remapping
ES modules (import)
import remapping from "@jridgewell/remapping";CommonJS (require)
const remapping = require("@jridgewell/remapping");Module format by version
Derived from the type, main and exports fields of every stable release on npm (5 versions; the newest 5 shown).
| Versions | Format | First published |
|---|---|---|
| 2.3.1 – 2.3.5 | Dual (CommonJS + ESM) | Jun 29, 2025 |
Frequently asked
Is @jridgewell/remapping ESM-only?
@jridgewell/remapping@2.3.5 ships CommonJS and ESM builds. @jridgewell/remapping publishes both a CommonJS entry and a native ESM entry (ESM added in 2.3.1). require("@jridgewell/remapping") and import "@jridgewell/remapping" both work on every supported Node.js version and in Bun.
Can I require @jridgewell/remapping?
Yes. @jridgewell/remapping ships a CommonJS entry, so require("@jridgewell/remapping") works on every Node.js version, alongside the native ESM entry for import.
Does @jridgewell/remapping work in Bun?
Yes. import "@jridgewell/remapping" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @jridgewell/remapping ship TypeScript types?
Yes. @jridgewell/remapping 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
- @swc/helpers 0.5.23Dual
- @aws-sdk/util-user-agent-node 3.973.60CommonJS
- @sinclair/typebox 0.34.52Dual
- @aws-sdk/middleware-user-agent 3.972.74CommonJS
- @vitest/runner 4.1.11ESM-only
- @aws-sdk/middleware-logger 3.972.44CommonJS
- @radix-ui/react-collection 1.1.15Dual
- @radix-ui/react-focus-scope 1.1.16Dual