mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Adds alwaysCopy argument
This commit is contained in:
parent
b88d5422d2
commit
fb63aead59
@ -1913,7 +1913,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
||||
write(".bind.apply(");
|
||||
emit(target);
|
||||
write(", [void 0].concat(");
|
||||
emitListWithSpread(node.arguments, /*multiline*/false, /*trailingComma*/false);
|
||||
emitListWithSpread(node.arguments, /*alwaysCopy*/true, /*multiline*/false, /*trailingComma*/false);
|
||||
write(")))");
|
||||
write("()");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user