Skip to content

Commit 08036b7

Browse files
committed
Fixed linter warnings, added comments and minor cleanup.
1 parent 951ce55 commit 08036b7

2 files changed

Lines changed: 186 additions & 100 deletions

File tree

src/compiler/transformers/destructuring.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ namespace ts {
197197
}
198198

199199
if (isBinaryExpression(root)) {
200-
emitDestructuringAssignment(root.left, value, location)
200+
emitDestructuringAssignment(root.left, value, location);
201201
}
202202
else {
203203
emitBindingElement(root, value);

0 commit comments

Comments
 (0)