canirequire

canirequireDual (CommonJS + ESM) › tap

Is tap ESM-only? Can you require() it?

A Test-Anything-Protocol library for JavaScript

Last verified Sep 9, 2026 against tap@21.8.0. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

tap publishes both a CommonJS entry and a native ESM entry (ESM added in 15.0.0). require("tap") and import "tap" both work on every supported Node.js version and in Bun.

Latest
21.8.0 (Sep 3, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
21.8.0
Native ESM since
15.0.0
TypeScript types
Bundled
Node engines
20 || >=22
Weekly downloads
312K
License
BlueOak-1.0.0

Does tap@21.8.0 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("tap") from a CommonJS file and import "tap" from an ES module.

Runtimerequire("tap")import "tap"
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✗ failsERR_NOT_IMPLEMENTED✗ failsERR_NOT_IMPLEMENTED

How to import tap

ES modules (import)

import tap from "tap";

CommonJS (require)

const tap = require("tap");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (368 versions; the newest 60 shown).

VersionsFormatFirst published
18.4.4 – 21.8.0Dual (CommonJS + ESM)Oct 8, 2023

Frequently asked

Is tap ESM-only?

tap@21.8.0 ships CommonJS and ESM builds. tap publishes both a CommonJS entry and a native ESM entry (ESM added in 15.0.0). require("tap") and import "tap" both work on every supported Node.js version and in Bun.

Can I require tap?

Yes. tap ships a CommonJS entry, so require("tap") works on every Node.js version, alongside the native ESM entry for import.

Does tap work in Bun?

Importing tap failed in Bun 1.4 on Sep 9, 2026: NotImplementedError: node:v8 Serializer is not yet implemented in Bun.

Does tap ship TypeScript types?

Yes. tap bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity