canirequire › Dual (CommonJS + ESM) › eslint-visitor-keys
Is eslint-visitor-keys ESM-only? Can you require() it?
Constants and utilities about visitor keys to traverse AST.
Last verified Sep 9, 2026 against eslint-visitor-keys@5.0.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
eslint-visitor-keys publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("eslint-visitor-keys") and import "eslint-visitor-keys" both work on every supported Node.js version and in Bun.
Does eslint-visitor-keys@5.0.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("eslint-visitor-keys") from a CommonJS file and import "eslint-visitor-keys" from an ES module.
| Runtime | require("eslint-visitor-keys") | import "eslint-visitor-keys" |
|---|---|---|
| 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-visitor-keys
ES modules (import)
import eslintVisitorKeys from "eslint-visitor-keys";CommonJS (require)
const eslintVisitorKeys = require("eslint-visitor-keys");Module format by version
Derived from the type, main and exports fields of every stable release on npm (21 versions; the newest 21 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 – 5.0.1 | Dual (CommonJS + ESM) | Jun 24, 2021 |
| 0.1.0 – 2.1.0 | CommonJS | Nov 17, 2017 |
Frequently asked
Is eslint-visitor-keys ESM-only?
eslint-visitor-keys@5.0.1 ships CommonJS and ESM builds. eslint-visitor-keys publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("eslint-visitor-keys") and import "eslint-visitor-keys" both work on every supported Node.js version and in Bun.
Can I require eslint-visitor-keys?
Yes. eslint-visitor-keys ships a CommonJS entry, so require("eslint-visitor-keys") works on every Node.js version, alongside the native ESM entry for import.
Does eslint-visitor-keys work in Bun?
Yes. import "eslint-visitor-keys" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does eslint-visitor-keys ship TypeScript types?
Yes. eslint-visitor-keys 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
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
- postcss 8.5.28Dual
Similar popularity
- tslib 2.8.1ESM-only
- glob 13.0.6Dual
- string-width 8.2.2ESM-only
- ansi-regex 6.3.0ESM-only
- type-fest 5.9.0No entry
- ajv 8.20.0CommonJS
- source-map 0.8.0CommonJS
- escape-string-regexp 5.0.0ESM-only