canirequire › Dual (CommonJS + ESM) › @jridgewell/sourcemap-codec
Is @jridgewell/sourcemap-codec ESM-only? Can you require() it?
Encode/decode sourcemap mappings
Last verified Sep 9, 2026 against @jridgewell/sourcemap-codec@1.6.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@jridgewell/sourcemap-codec publishes both a CommonJS entry and a native ESM entry (ESM added in 1.4.9). require("@jridgewell/sourcemap-codec") and import "@jridgewell/sourcemap-codec" both work on every supported Node.js version and in Bun.
Does @jridgewell/sourcemap-codec@1.6.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@jridgewell/sourcemap-codec") from a CommonJS file and import "@jridgewell/sourcemap-codec" from an ES module.
| Runtime | require("@jridgewell/sourcemap-codec") | import "@jridgewell/sourcemap-codec" |
|---|---|---|
| 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/sourcemap-codec
ES modules (import)
import sourcemapCodec from "@jridgewell/sourcemap-codec";CommonJS (require)
const sourcemapCodec = require("@jridgewell/sourcemap-codec");Module format by version
Derived from the type, main and exports fields of every stable release on npm (14 versions; the newest 14 shown).
| Versions | Format | First published |
|---|---|---|
| 1.4.9 – 1.6.0 | Dual (CommonJS + ESM) | Feb 5, 2022 |
Frequently asked
Is @jridgewell/sourcemap-codec ESM-only?
@jridgewell/sourcemap-codec@1.6.0 ships CommonJS and ESM builds. @jridgewell/sourcemap-codec publishes both a CommonJS entry and a native ESM entry (ESM added in 1.4.9). require("@jridgewell/sourcemap-codec") and import "@jridgewell/sourcemap-codec" both work on every supported Node.js version and in Bun.
Can I require @jridgewell/sourcemap-codec?
Yes. @jridgewell/sourcemap-codec ships a CommonJS entry, so require("@jridgewell/sourcemap-codec") works on every Node.js version, alongside the native ESM entry for import.
Does @jridgewell/sourcemap-codec work in Bun?
Yes. import "@jridgewell/sourcemap-codec" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @jridgewell/sourcemap-codec ship TypeScript types?
Yes. @jridgewell/sourcemap-codec 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
- path-to-regexp 8.4.2CommonJS
- tr46 6.0.0CommonJS
- fs-extra 11.4.0CommonJS
- content-type 3.0.0ESM-only
- agent-base 9.0.0ESM-only
- strip-json-comments 5.0.3ESM-only
- chokidar 5.0.0ESM-only
- mime-types 3.0.2CommonJS