diff --git a/src/compiler/scanner.ts b/src/compiler/scanner.ts index 25608d0c77c..43320b453c4 100644 --- a/src/compiler/scanner.ts +++ b/src/compiler/scanner.ts @@ -696,8 +696,6 @@ namespace ts { // If we are not reducing and we have a truthy result, return it. return accumulator; } - - hasPendingCommentRange = false; } pendingPos = startPos;