We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4d7df commit feba8fbCopy full SHA for feba8fb
src/compiler/types.ts
@@ -389,7 +389,7 @@ module ts {
389
390
export interface Identifier extends PrimaryExpression {
391
text: string; // Text of identifier (with escapes converted to characters)
392
- originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later
+ originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later
393
}
394
395
export interface QualifiedName extends Node {
0 commit comments