mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 16:56:06 -05:00
added missing semicolon
This commit is contained in:
@@ -5330,7 +5330,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
||||
decreaseIndent();
|
||||
writeLine();
|
||||
write("}"); // return
|
||||
emitTempDeclarations(/*newLine*/ true)
|
||||
emitTempDeclarations(/*newLine*/ true);
|
||||
}
|
||||
|
||||
function emitSetters(exportStarFunction: string) {
|
||||
|
||||
Reference in New Issue
Block a user