canirequire

canirequireDual (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.

Latest
0.3.31 (Sep 10, 2025)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
0.3.31
Native ESM since
0.0.1
TypeScript types
Bundled
Node engines
not declared
License
MIT

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.

Runtimerequire("@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).

VersionsFormatFirst published
0.0.1 – 0.3.31Dual (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

Similar popularity