mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
add missing closing paren in emitted code
This commit is contained in:
@@ -5038,7 +5038,7 @@ var __param = this.__param || function(index, decorator) { return function (targ
|
||||
emitNodeWithoutSourceMap(e.name);
|
||||
write(`", ${setterParameterName}["`);
|
||||
emitNodeWithoutSourceMap(e.propertyName || e.name);
|
||||
write(`"];`);
|
||||
write(`"]);`);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user