mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 10:40:34 -05:00
m'lint
This commit is contained in:
@@ -131,7 +131,7 @@ namespace ts {
|
||||
write(`declare module "${sourceFile.moduleName}" {`);
|
||||
writeLine();
|
||||
increaseIndent();
|
||||
emitSourceFile(sourceFile)
|
||||
emitSourceFile(sourceFile);
|
||||
decreaseIndent();
|
||||
write("}");
|
||||
writeLine();
|
||||
|
||||
Reference in New Issue
Block a user