canirequire

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

Latest
30.5.0 (Aug 28, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
30.5.0
Native ESM since
30.0.0
TypeScript types
Bundled
Node engines
^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
Weekly downloads
45.0M
License
MIT

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.

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

VersionsFormatFirst published
30.0.0 – 30.5.0Dual (CommonJS + ESM)Jun 10, 2025
0.0.0 – 29.7.0CommonJSMar 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

Similar popularity