We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f882b06 commit c628109Copy full SHA for c628109
1 file changed
src/compiler.ts
@@ -337,6 +337,7 @@ export class Run {
337
const emitter = !binOutput
338
? new EmitterLua(program.getTypeChecker(), undefined, cmdLineOptions || {}, false)
339
: new Emitter(program.getTypeChecker(), undefined, cmdLineOptions || {}, false);
340
+ (<any>s).__path = currentFile;
341
emitter.processNode(s);
342
emitter.save();
343
0 commit comments