mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
revert change
This commit is contained in:
@@ -306,8 +306,7 @@ namespace ts {
|
||||
// AnySymbol.nested.import("mod")
|
||||
|
||||
while (true) {
|
||||
const token = scanner.getToken();
|
||||
if (token === SyntaxKind.EndOfFileToken) {
|
||||
if (scanner.getToken() === SyntaxKind.EndOfFileToken) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user