canirequire

canirequireDual (CommonJS + ESM) › @jridgewell/resolve-uri

Is @jridgewell/resolve-uri ESM-only? Can you require() it?

Resolve a URI relative to an optional base URI

Last verified Sep 9, 2026 against @jridgewell/resolve-uri@3.1.2. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

@jridgewell/resolve-uri publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("@jridgewell/resolve-uri") and import "@jridgewell/resolve-uri" both work on every supported Node.js version and in Bun.

Latest
3.1.2 (Feb 14, 2024)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
3.1.2
Native ESM since
3.0.0
TypeScript types
Bundled
Node engines
>=6.0.0
License
MIT

Does @jridgewell/resolve-uri@3.1.2 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@jridgewell/resolve-uri") from a CommonJS file and import "@jridgewell/resolve-uri" from an ES module.

Runtimerequire("@jridgewell/resolve-uri")import "@jridgewell/resolve-uri"
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/resolve-uri

ES modules (import)

import resolveUri from "@jridgewell/resolve-uri";

CommonJS (require)

const resolveUri = require("@jridgewell/resolve-uri");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (15 versions; the newest 15 shown).

VersionsFormatFirst published
3.0.0 – 3.1.2Dual (CommonJS + ESM)Jan 22, 2022
0.1.0 – 2.0.0CommonJSJul 14, 2019

Frequently asked

Is @jridgewell/resolve-uri ESM-only?

@jridgewell/resolve-uri@3.1.2 ships CommonJS and ESM builds. @jridgewell/resolve-uri publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("@jridgewell/resolve-uri") and import "@jridgewell/resolve-uri" both work on every supported Node.js version and in Bun.

Can I require @jridgewell/resolve-uri?

Yes. @jridgewell/resolve-uri ships a CommonJS entry, so require("@jridgewell/resolve-uri") works on every Node.js version, alongside the native ESM entry for import.

Does @jridgewell/resolve-uri work in Bun?

Yes. import "@jridgewell/resolve-uri" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @jridgewell/resolve-uri ship TypeScript types?

Yes. @jridgewell/resolve-uri bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity