canirequire › Dual (CommonJS + ESM) › eslint-scope
Is eslint-scope ESM-only? Can you require() it?
ECMAScript scope analyzer for ESLint
Last verified Sep 9, 2026 against eslint-scope@9.1.2. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
eslint-scope publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("eslint-scope") and import "eslint-scope" both work on every supported Node.js version and in Bun.
Does eslint-scope@9.1.2 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("eslint-scope") from a CommonJS file and import "eslint-scope" from an ES module.
| Runtime | require("eslint-scope") | import "eslint-scope" |
|---|---|---|
| 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 eslint-scope
ES modules (import)
import eslintScope from "eslint-scope";CommonJS (require)
const eslintScope = require("eslint-scope");Module format by version
Derived from the type, main and exports fields of every stable release on npm (28 versions; the newest 28 shown).
| Versions | Format | First published |
|---|---|---|
| 6.0.0 – 9.1.2 | Dual (CommonJS + ESM) | Jul 23, 2021 |
| 3.7.0 – 5.1.1 | CommonJS | Mar 17, 2017 |
Frequently asked
Is eslint-scope ESM-only?
eslint-scope@9.1.2 ships CommonJS and ESM builds. eslint-scope publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("eslint-scope") and import "eslint-scope" both work on every supported Node.js version and in Bun.
Can I require eslint-scope?
Yes. eslint-scope ships a CommonJS entry, so require("eslint-scope") works on every Node.js version, alongside the native ESM entry for import.
Does eslint-scope work in Bun?
Yes. import "eslint-scope" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does eslint-scope ship TypeScript types?
Yes. eslint-scope 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
- object-inspect 1.13.4CommonJS
- baseline-browser-mapping 2.11.21Dual
- universalify 2.0.1CommonJS
- react-dom 19.2.8CommonJS
- micromatch 4.0.8CommonJS
- rimraf 6.1.3Dual
- to-regex-range 5.0.1CommonJS
- csstype 3.2.3CommonJS