canirequire › Dual (CommonJS + ESM) › acorn
Is acorn ESM-only? Can you require() it?
ECMAScript parser
Last verified Sep 9, 2026 against acorn@8.18.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
acorn publishes both a CommonJS entry and a native ESM entry (ESM added in 8.0.0). require("acorn") and import "acorn" both work on every supported Node.js version and in Bun.
Does acorn@8.18.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("acorn") from a CommonJS file and import "acorn" from an ES module.
| Runtime | require("acorn") | import "acorn" |
|---|---|---|
| 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
ES modules (import)
import acorn from "acorn";CommonJS (require)
const acorn = require("acorn");Module format by version
Derived from the type, main and exports fields of every stable release on npm (140 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 8.0.0 – 8.18.0 | Dual (CommonJS + ESM) | Aug 12, 2020 |
| 6.0.2 – 7.4.1 | CommonJS | Sep 26, 2018 |
Frequently asked
Is acorn ESM-only?
acorn@8.18.0 ships CommonJS and ESM builds. acorn publishes both a CommonJS entry and a native ESM entry (ESM added in 8.0.0). require("acorn") and import "acorn" both work on every supported Node.js version and in Bun.
Can I require acorn?
Yes. acorn ships a CommonJS entry, so require("acorn") works on every Node.js version, alongside the native ESM entry for import.
Does acorn work in Bun?
Yes. import "acorn" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does acorn ship TypeScript types?
Yes. acorn 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
- yargs 18.1.0ESM-only
- string_decoder 1.3.0CommonJS
- https-proxy-agent 9.1.0ESM-only
- js-tokens 10.0.0ESM-only
- minipass 7.1.3Dual
- @esbuild/linux-x64 0.28.2CommonJS
- locate-path 8.0.0ESM-only
- p-locate 7.0.0ESM-only