canirequire › Dual (CommonJS + ESM) › css-tree
Is css-tree ESM-only? Can you require() it?
A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations
Last verified Sep 9, 2026 against css-tree@3.2.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
css-tree publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("css-tree") and import "css-tree" both work on every supported Node.js version and in Bun.
Does css-tree@3.2.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("css-tree") from a CommonJS file and import "css-tree" from an ES module.
| Runtime | require("css-tree") | import "css-tree" |
|---|---|---|
| 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 css-tree
ES modules (import)
import cssTree from "css-tree";CommonJS (require)
const cssTree = require("css-tree");Module format by version
Derived from the type, main and exports fields of every stable release on npm (21 versions; the newest 21 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.0 – 3.2.1 | Dual (CommonJS + ESM) | Dec 3, 2021 |
| 1.0.0 – 1.1.3 | CommonJS | Oct 27, 2020 |
Frequently asked
Is css-tree ESM-only?
css-tree@3.2.1 ships CommonJS and ESM builds. css-tree publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("css-tree") and import "css-tree" both work on every supported Node.js version and in Bun.
Can I require css-tree?
Yes. css-tree ships a CommonJS entry, so require("css-tree") works on every Node.js version, alongside the native ESM entry for import.
Does css-tree work in Bun?
Yes. import "css-tree" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does css-tree ship TypeScript types?
Not bundled. Install the community types with "npm install -D @types/css-tree".
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
- ora 9.4.1ESM-only
- html-escaper 3.0.3ESM-only
- ee-first 1.1.1CommonJS
- has-property-descriptors 1.0.2CommonJS
- internmap 2.0.3ESM-only
- internal-slot 1.1.0CommonJS
- is-string 1.1.1CommonJS
- es-to-primitive 1.3.4CommonJS