canirequire › Dual (CommonJS + ESM) › jest-docblock
Is jest-docblock ESM-only? Can you require() it?
`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.
Last verified Sep 9, 2026 against jest-docblock@30.5.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
jest-docblock publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("jest-docblock") and import "jest-docblock" both work on every supported Node.js version and in Bun.
Does jest-docblock@30.5.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("jest-docblock") from a CommonJS file and import "jest-docblock" from an ES module.
| Runtime | require("jest-docblock") | import "jest-docblock" |
|---|---|---|
| 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 jest-docblock
ES modules (import)
import jestDocblock from "jest-docblock";CommonJS (require)
const jestDocblock = require("jest-docblock");Module format by version
Derived from the type, main and exports fields of every stable release on npm (51 versions; the newest 51 shown).
| Versions | Format | First published |
|---|---|---|
| 30.0.0 – 30.5.0 | Dual (CommonJS + ESM) | Jun 10, 2025 |
| 0.0.0 – 29.7.0 | CommonJS | Mar 3, 2017 |
Frequently asked
Is jest-docblock ESM-only?
jest-docblock@30.5.0 ships CommonJS and ESM builds. jest-docblock publishes both a CommonJS entry and a native ESM entry (ESM added in 30.0.0). require("jest-docblock") and import "jest-docblock" both work on every supported Node.js version and in Bun.
Can I require jest-docblock?
Yes. jest-docblock ships a CommonJS entry, so require("jest-docblock") works on every Node.js version, alongside the native ESM entry for import.
Does jest-docblock work in Bun?
Yes. import "jest-docblock" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does jest-docblock ship TypeScript types?
Yes. jest-docblock 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
- color 5.0.3ESM-only
- synckit 0.11.13Dual
- methods 1.1.2CommonJS
- jest-config 30.5.1Dual
- unbox-primitive 1.1.0CommonJS
- unist-util-visit 5.1.0ESM-only
- fast-equals 6.0.3Dual
- wordwrap 1.0.0CommonJS