Skip to content

Commit f0a8bf5

Browse files
committed
add __moduleName to System.register
1 parent 87036fe commit f0a8bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6992,7 +6992,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
69926992

69936993
write(text);
69946994
}
6995-
write(`], function(${exportFunctionForFile}) {`);
6995+
write(`], function(${exportFunctionForFile}, __moduleName) {`);
69966996
writeLine();
69976997
increaseIndent();
69986998
const startIndex = emitDirectivePrologues(node.statements, /*startWithNewLine*/ true, /*ensureUseStrict*/ true);

0 commit comments

Comments
 (0)