canirequire › Dual (CommonJS + ESM) › acorn-walk
Is acorn-walk ESM-only? Can you require() it?
ECMAScript (ESTree) AST walker
Last verified Sep 9, 2026 against acorn-walk@8.3.5. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
acorn-walk publishes both a CommonJS entry and a native ESM entry (ESM added in 8.0.0). require("acorn-walk") and import "acorn-walk" both work on every supported Node.js version and in Bun.
Does acorn-walk@8.3.5 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("acorn-walk") from a CommonJS file and import "acorn-walk" from an ES module.
| Runtime | require("acorn-walk") | import "acorn-walk" |
|---|---|---|
| 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 acorn-walk
ES modules (import)
import acornWalk from "acorn-walk";CommonJS (require)
const acornWalk = require("acorn-walk");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 |
|---|---|---|
| 8.0.0 – 8.3.5 | Dual (CommonJS + ESM) | Aug 12, 2020 |
| 6.0.0 – 7.2.0 | CommonJS | Sep 14, 2018 |
Frequently asked
Is acorn-walk ESM-only?
acorn-walk@8.3.5 ships CommonJS and ESM builds. acorn-walk publishes both a CommonJS entry and a native ESM entry (ESM added in 8.0.0). require("acorn-walk") and import "acorn-walk" both work on every supported Node.js version and in Bun.
Can I require acorn-walk?
Yes. acorn-walk ships a CommonJS entry, so require("acorn-walk") works on every Node.js version, alongside the native ESM entry for import.
Does acorn-walk work in Bun?
Yes. import "acorn-walk" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does acorn-walk ship TypeScript types?
Yes. acorn-walk 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
- is-callable 1.2.7CommonJS
- @emnapi/core 1.11.3Dual
- css-select 7.0.0ESM-only
- istanbul-lib-report 3.0.1CommonJS
- tmp 0.2.7CommonJS
- symbol-tree 3.2.4CommonJS
- google-logging-utils 2.0.1CommonJS
- data-view-byte-length 1.0.2CommonJS