canirequire

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

Latest
9.1.2 (Mar 6, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
9.1.2
Native ESM since
6.0.0
TypeScript types
Bundled
Node engines
^20.19.0 || ^22.13.0 || >=24
Weekly downloads
143.2M
License
BSD-2-Clause

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.

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

VersionsFormatFirst published
6.0.0 – 9.1.2Dual (CommonJS + ESM)Jul 23, 2021
3.7.0 – 5.1.1CommonJSMar 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

Similar popularity