You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -232,11 +232,11 @@ export class SyntaxScriptCompiler {
232
232
imported.forEach(i=>{
233
233
234
234
if(i.type===ExportType.Operator){
235
-
if(i.outputGenerators[this.mainFileFormat]===undefined)thrownewCompilerError({end:{character:0,line:0},start:{character:0,line:0}},`Can't compile operator to target language (${this.mainFileFormat}).`);
235
+
if(i.outputGenerators[this.mainFileFormat]===undefined)thrownewCompilerError({end:{character:0,line:0},start:{character:0,line:0}},`Can't compile operator to target language (${this.mainFileFormat}).`);
if(i.formatNames[this.mainFileFormat]===undefined)thrownewCompilerError({end:{character:0,line:0},start:{character:0,line:0}},`Can't compile function to target language (${this.mainFileFormat}).`);
239
+
if(i.formatNames[this.mainFileFormat]===undefined)thrownewCompilerError({end:{character:0,line:0},start:{character:0,line:0}},`Can't compile function to target language (${this.mainFileFormat}).`);
0 commit comments