canirequire

canirequireDual (CommonJS + ESM) › @eslint-community/regexpp

Is @eslint-community/regexpp ESM-only? Can you require() it?

Regular expression parser for ECMAScript.

Last verified Sep 9, 2026 against @eslint-community/regexpp@4.12.2. JSON

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

@eslint-community/regexpp publishes both a CommonJS entry and a native ESM entry (ESM added in 3.2.0). require("@eslint-community/regexpp") and import "@eslint-community/regexpp" both work on every supported Node.js version and in Bun.

Latest
4.12.2 (Oct 22, 2025)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
4.12.2
Native ESM since
3.2.0
TypeScript types
Bundled
Node engines
^12.0.0 || ^14.0.0 || >=16.0.0
License
MIT

Does @eslint-community/regexpp@4.12.2 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@eslint-community/regexpp") from a CommonJS file and import "@eslint-community/regexpp" from an ES module.

Runtimerequire("@eslint-community/regexpp")import "@eslint-community/regexpp"
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 @eslint-community/regexpp

ES modules (import)

import regexpp from "@eslint-community/regexpp";

CommonJS (require)

const regexpp = require("@eslint-community/regexpp");

Module format by version

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

VersionsFormatFirst published
3.2.0 – 4.12.2Dual (CommonJS + ESM)Nov 28, 2022

Frequently asked

Is @eslint-community/regexpp ESM-only?

@eslint-community/regexpp@4.12.2 ships CommonJS and ESM builds. @eslint-community/regexpp publishes both a CommonJS entry and a native ESM entry (ESM added in 3.2.0). require("@eslint-community/regexpp") and import "@eslint-community/regexpp" both work on every supported Node.js version and in Bun.

Can I require @eslint-community/regexpp?

Yes. @eslint-community/regexpp ships a CommonJS entry, so require("@eslint-community/regexpp") works on every Node.js version, alongside the native ESM entry for import.

Does @eslint-community/regexpp work in Bun?

Yes. import "@eslint-community/regexpp" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @eslint-community/regexpp ship TypeScript types?

Yes. @eslint-community/regexpp bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity