mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-12 19:31:16 -05:00
Remove unnecessary change
This commit is contained in:
@@ -1729,7 +1729,7 @@ namespace ts {
|
||||
node.initializer);
|
||||
}
|
||||
}
|
||||
else if (renameMap && checker && isIdentifier(node) && !(node.parent && node.parent.parent && isBindingElement(node.parent) && isObjectBindingPattern(node.parent.parent))) {
|
||||
else if (renameMap && checker && isIdentifier(node)) {
|
||||
const symbol = checker.getSymbolAtLocation(node);
|
||||
const renameInfo = symbol && renameMap.get(String(getSymbolId(symbol)));
|
||||
|
||||
|
||||
Submodule tests/cases/user/create-react-app/create-react-app updated: 1a61db58d4...9514cb88ab
Submodule tests/cases/user/prettier/prettier updated: 1e471a0079...0b07e10833
Reference in New Issue
Block a user