canirequire › Dual (CommonJS + ESM) › @adobe/css-tools
Is @adobe/css-tools ESM-only? Can you require() it?
A modern CSS parser and stringifier with TypeScript support
Last verified Sep 9, 2026 against @adobe/css-tools@4.5.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@adobe/css-tools publishes both a CommonJS entry and a native ESM entry (ESM added in 4.1.0). require("@adobe/css-tools") and import "@adobe/css-tools" both work on every supported Node.js version and in Bun.
Does @adobe/css-tools@4.5.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@adobe/css-tools") from a CommonJS file and import "@adobe/css-tools" from an ES module.
| Runtime | require("@adobe/css-tools") | import "@adobe/css-tools" |
|---|---|---|
| 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 @adobe/css-tools
ES modules (import)
import cssTools from "@adobe/css-tools";CommonJS (require)
const cssTools = require("@adobe/css-tools");Module format by version
Derived from the type, main and exports fields of every stable release on npm (15 versions; the newest 15 shown).
| Versions | Format | First published |
|---|---|---|
| 4.1.0 – 4.5.0 | Dual (CommonJS + ESM) | Jan 25, 2023 |
| 4.0.0 – 4.0.2 | CommonJS | Jul 14, 2022 |
Frequently asked
Is @adobe/css-tools ESM-only?
@adobe/css-tools@4.5.0 ships CommonJS and ESM builds. @adobe/css-tools publishes both a CommonJS entry and a native ESM entry (ESM added in 4.1.0). require("@adobe/css-tools") and import "@adobe/css-tools" both work on every supported Node.js version and in Bun.
Can I require @adobe/css-tools?
Yes. @adobe/css-tools ships a CommonJS entry, so require("@adobe/css-tools") works on every Node.js version, alongside the native ESM entry for import.
Does @adobe/css-tools work in Bun?
Yes. import "@adobe/css-tools" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @adobe/css-tools ship TypeScript types?
Yes. @adobe/css-tools 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
- @hookform/resolvers 5.9.1Dual
- bluebird 3.7.2CommonJS
- @aws-sdk/middleware-recursion-detection 3.972.46CommonJS
- find-cache-dir 6.0.0ESM-only
- smart-buffer 4.2.0CommonJS
- ecdsa-sig-formatter 1.0.11CommonJS
- graphemer 1.4.0CommonJS
- concat-stream 2.0.0CommonJS