mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Assignement -> Assignment
This commit is contained in:
@@ -1864,7 +1864,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export function getRightMostAssignedExpression(node: Expression): Expression {
|
||||
while (isAssignmentExpression(node, /*excludeCompoundAssignements*/ true)) {
|
||||
while (isAssignmentExpression(node, /*excludeCompoundAssignments*/ true)) {
|
||||
node = node.right;
|
||||
}
|
||||
return node;
|
||||
|
||||
Reference in New Issue
Block a user