mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 10:00:13 -06:00
break -> continue
This commit is contained in:
parent
4d028a81ee
commit
2d3c7bae24
@ -659,7 +659,7 @@ namespace ts {
|
||||
|
||||
const start = allowPositionInLeadingTrivia ? child.getFullStart() : child.getStart(sourceFile, includeJsDocComment);
|
||||
if (start > position) {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
const end = child.getEnd();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user