Skip to content

Commit

Permalink
Update js/compiler/compiler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
  • Loading branch information
mstoykov and codebien committed Jun 24, 2024
1 parent d47e7cf commit e7dc8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/compiler/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (c *Compiler) compileImpl(
"During the compilation of %q, it has been detected that the file combines ECMAScript modules (ESM) "+
"import/export syntax with commonJS module.exports. "+
"Mixing these two module systems is non-standard and will not be supported anymore in future releases. "+
"Please ensure to solely one or the other syntax.",
"Please ensure to use solely one or the other syntax.",
filename)
}
return prg, code, err
Expand Down

0 comments on commit e7dc8e1

Please sign in to comment.