mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 22:39:59 -05:00
break -> continue
This commit is contained in:
@@ -659,7 +659,7 @@ namespace ts {
|
||||
|
||||
const start = allowPositionInLeadingTrivia ? child.getFullStart() : child.getStart(sourceFile, includeJsDocComment);
|
||||
if (start > position) {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
const end = child.getEnd();
|
||||
|
||||
Reference in New Issue
Block a user