mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Change watchdog tagged users (#51411)
This commit is contained in:
@@ -1016,7 +1016,7 @@ namespace ts.refactor.extractSymbol {
|
||||
newNodes.push(factory.createVariableStatement(
|
||||
/*modifiers*/ undefined,
|
||||
factory.createVariableDeclarationList(
|
||||
[factory.createVariableDeclaration(getSynthesizedDeepClone(variableDeclaration.name), /*exclamationToken*/ undefined, /*type*/ getSynthesizedDeepClone(variableDeclaration.type), /*initializer*/ call)], // TODO (acasey): test binding patterns
|
||||
[factory.createVariableDeclaration(getSynthesizedDeepClone(variableDeclaration.name), /*exclamationToken*/ undefined, /*type*/ getSynthesizedDeepClone(variableDeclaration.type), /*initializer*/ call)],
|
||||
variableDeclaration.parent.flags)));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user