mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
removed comment
This commit is contained in:
parent
4c1002e96b
commit
10c8b6a089
@ -1082,11 +1082,6 @@ namespace ts {
|
||||
}
|
||||
return token !== SyntaxKind.AsteriskToken && token !== SyntaxKind.OpenBraceToken && canFollowModifier();
|
||||
}
|
||||
// if (token === SyntaxKind.AbstractKeyword) {
|
||||
// nextToken();
|
||||
// // 'abstract' can precede class declarations and member function declarations.
|
||||
// return token === SyntaxKind.ClassKeyword || token === SyntaxKind.Identifier;
|
||||
// }
|
||||
if (token === SyntaxKind.DefaultKeyword) {
|
||||
return nextTokenIsClassOrFunction();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user