canirequire › Dual (CommonJS + ESM) › @jridgewell/trace-mapping
Is @jridgewell/trace-mapping ESM-only? Can you require() it?
Trace the original position through a source map
Last verified Sep 9, 2026 against @jridgewell/trace-mapping@0.3.31. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@jridgewell/trace-mapping publishes both a CommonJS entry and a native ESM entry (ESM added in 0.0.1). require("@jridgewell/trace-mapping") and import "@jridgewell/trace-mapping" both work on every supported Node.js version and in Bun.
Does @jridgewell/trace-mapping@0.3.31 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@jridgewell/trace-mapping") from a CommonJS file and import "@jridgewell/trace-mapping" from an ES module.
| Runtime | require("@jridgewell/trace-mapping") | import "@jridgewell/trace-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/trace-mapping
ES modules (import)
import traceMapping from "@jridgewell/trace-mapping";CommonJS (require)
const traceMapping = require("@jridgewell/trace-mapping");Module format by version
Derived from the type, main and exports fields of every stable release on npm (43 versions; the newest 43 shown).
| Versions | Format | First published |
|---|---|---|
| 0.0.1 – 0.3.31 | Dual (CommonJS + ESM) | Jan 18, 2022 |
Frequently asked
Is @jridgewell/trace-mapping ESM-only?
@jridgewell/trace-mapping@0.3.31 ships CommonJS and ESM builds. @jridgewell/trace-mapping publishes both a CommonJS entry and a native ESM entry (ESM added in 0.0.1). require("@jridgewell/trace-mapping") and import "@jridgewell/trace-mapping" both work on every supported Node.js version and in Bun.
Can I require @jridgewell/trace-mapping?
Yes. @jridgewell/trace-mapping ships a CommonJS entry, so require("@jridgewell/trace-mapping") works on every Node.js version, alongside the native ESM entry for import.
Does @jridgewell/trace-mapping work in Bun?
Yes. import "@jridgewell/trace-mapping" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @jridgewell/trace-mapping ship TypeScript types?
Yes. @jridgewell/trace-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
- @babel/parser 8.0.4ESM-only
- @babel/helper-validator-identifier 8.0.4ESM-only
- @babel/runtime 8.0.0Dual
- @radix-ui/react-primitive 2.1.10Dual
- @jridgewell/resolve-uri 3.1.2Dual
- @babel/generator 8.0.0ESM-only
- @babel/template 8.0.0ESM-only
- @babel/compat-data 8.0.0CommonJS