canirequire › Dual (CommonJS + ESM) › @vue/compiler-sfc
Is @vue/compiler-sfc ESM-only? Can you require() it?
@vue/compiler-sfc
Last verified Sep 9, 2026 against @vue/compiler-sfc@3.5.42. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@vue/compiler-sfc publishes both a CommonJS entry and a native ESM entry (ESM added in 3.4.5). require("@vue/compiler-sfc") and import "@vue/compiler-sfc" both work on every supported Node.js version and in Bun.
Does @vue/compiler-sfc@3.5.42 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@vue/compiler-sfc") from a CommonJS file and import "@vue/compiler-sfc" from an ES module.
| Runtime | require("@vue/compiler-sfc") | import "@vue/compiler-sfc" |
|---|---|---|
| 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 @vue/compiler-sfc
ES modules (import)
import compilerSfc from "@vue/compiler-sfc";CommonJS (require)
const compilerSfc = require("@vue/compiler-sfc");Module format by version
Derived from the type, main and exports fields of every stable release on npm (179 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 3.4.22 – 3.5.42 | Dual (CommonJS + ESM) | Apr 15, 2024 |
Frequently asked
Is @vue/compiler-sfc ESM-only?
@vue/compiler-sfc@3.5.42 ships CommonJS and ESM builds. @vue/compiler-sfc publishes both a CommonJS entry and a native ESM entry (ESM added in 3.4.5). require("@vue/compiler-sfc") and import "@vue/compiler-sfc" both work on every supported Node.js version and in Bun.
Can I require @vue/compiler-sfc?
Yes. @vue/compiler-sfc ships a CommonJS entry, so require("@vue/compiler-sfc") works on every Node.js version, alongside the native ESM entry for import.
Does @vue/compiler-sfc work in Bun?
Yes. import "@vue/compiler-sfc" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @vue/compiler-sfc ship TypeScript types?
Yes. @vue/compiler-sfc 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
- @babel/plugin-transform-runtime 8.0.1ESM-only
- @babel/preset-react 8.0.1ESM-only
- @babel/plugin-syntax-dynamic-import 7.8.3CommonJS
- @emotion/react 11.14.0Dual
- @babel/plugin-proposal-decorators 8.0.2ESM-only
- @babel/plugin-proposal-class-properties 7.18.6CommonJS
- @rollup/plugin-node-resolve 16.0.3Dual
- @rushstack/eslint-patch 1.16.1Dual