Skip to content
JS
TypeScript error

TS1479

The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and...

Reference entryTypeScriptFetched
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("{0}")' call instead.
As listed by TypeScript diagnosticMessages.json

{0}, {1} and so on are filled in by the compiler.

Category
Error
Severity
error
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: TypeScript diagnosticMessages.json. Data fetched 2026-09-25T01:43:12.671Z.