canirequire › Dual (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.
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.
| Runtime | require("@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).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 – 3.1.2 | Dual (CommonJS + ESM) | Jan 22, 2022 |
| 0.1.0 – 2.0.0 | CommonJS | Jul 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
- 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/helper-validator-identifier 8.0.4ESM-only
- @babel/runtime 8.0.0Dual
- @radix-ui/react-primitive 2.1.10Dual
- @jridgewell/trace-mapping 0.3.31Dual
- @babel/generator 8.0.0ESM-only
- @babel/template 8.0.0ESM-only
- @babel/compat-data 8.0.0CommonJS
- @babel/core 8.0.1ESM-only