canirequire › Dual (CommonJS + ESM) › @eslint/object-schema
Is @eslint/object-schema ESM-only? Can you require() it?
An object schema merger/validator
Last verified Sep 9, 2026 against @eslint/object-schema@3.0.5. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@eslint/object-schema publishes both a CommonJS entry and a native ESM entry (ESM added in 2.1.3). require("@eslint/object-schema") and import "@eslint/object-schema" both work on every supported Node.js version and in Bun.
Does @eslint/object-schema@3.0.5 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@eslint/object-schema") from a CommonJS file and import "@eslint/object-schema" from an ES module.
| Runtime | require("@eslint/object-schema") | import "@eslint/object-schema" |
|---|---|---|
| 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/object-schema
ES modules (import)
import objectSchema from "@eslint/object-schema";CommonJS (require)
const objectSchema = require("@eslint/object-schema");Module format by version
Derived from the type, main and exports fields of every stable release on npm (11 versions; the newest 11 shown).
| Versions | Format | First published |
|---|---|---|
| 2.1.3 – 3.0.5 | Dual (CommonJS + ESM) | May 30, 2024 |
Frequently asked
Is @eslint/object-schema ESM-only?
@eslint/object-schema@3.0.5 ships CommonJS and ESM builds. @eslint/object-schema publishes both a CommonJS entry and a native ESM entry (ESM added in 2.1.3). require("@eslint/object-schema") and import "@eslint/object-schema" both work on every supported Node.js version and in Bun.
Can I require @eslint/object-schema?
Yes. @eslint/object-schema ships a CommonJS entry, so require("@eslint/object-schema") works on every Node.js version, alongside the native ESM entry for import.
Does @eslint/object-schema work in Bun?
Yes. import "@eslint/object-schema" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @eslint/object-schema ship TypeScript types?
Yes. @eslint/object-schema 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
- @opentelemetry/resources 2.11.0CommonJS
- @humanfs/node 0.16.8ESM-only
- @img/sharp-libvips-linuxmusl-x64 1.3.3CommonJS
- @opentelemetry/instrumentation 0.222.0CommonJS
- @eslint/config-helpers 0.7.0Dual
- @humanfs/core 0.19.2ESM-only
- @vitest/utils 5.0.0ESM-only
- @babel/traverse 8.0.4ESM-only