canirequire

canirequireDual (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.

Latest
3.5.42 (Aug 27, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
3.5.42
Native ESM since
3.4.5
TypeScript types
Bundled
Node engines
not declared
License
MIT

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.

Runtimerequire("@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).

VersionsFormatFirst published
3.4.22 – 3.5.42Dual (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

Similar popularity