canirequire › Dual (CommonJS + ESM) › foreground-child
Is foreground-child ESM-only? Can you require() it?
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
Last verified Sep 9, 2026 against foreground-child@4.0.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
foreground-child publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("foreground-child") and import "foreground-child" both work on every supported Node.js version and in Bun.
Does foreground-child@4.0.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("foreground-child") from a CommonJS file and import "foreground-child" from an ES module.
| Runtime | require("foreground-child") | import "foreground-child" |
|---|---|---|
| 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 foreground-child
ES modules (import)
import foregroundChild from "foreground-child";CommonJS (require)
const foregroundChild = require("foreground-child");Module format by version
Derived from the type, main and exports fields of every stable release on npm (28 versions; the newest 28 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 – 4.0.3 | Dual (CommonJS + ESM) | Apr 17, 2023 |
| 1.0.0 – 2.0.0 | CommonJS | May 15, 2015 |
Frequently asked
Is foreground-child ESM-only?
foreground-child@4.0.3 ships CommonJS and ESM builds. foreground-child publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("foreground-child") and import "foreground-child" both work on every supported Node.js version and in Bun.
Can I require foreground-child?
Yes. foreground-child ships a CommonJS entry, so require("foreground-child") works on every Node.js version, alongside the native ESM entry for import.
Does foreground-child work in Bun?
Yes. import "foreground-child" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does foreground-child ship TypeScript types?
Yes. foreground-child 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
- deep-is 0.1.4CommonJS
- on-finished 2.4.1CommonJS
- retry 0.13.1CommonJS
- domutils 4.0.2ESM-only
- camelcase 9.0.0ESM-only
- which-typed-array 1.1.22CommonJS
- define-data-property 1.1.4CommonJS
- path-parse 1.0.7CommonJS