mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Add comment
This commit is contained in:
parent
3a7384a95e
commit
1246dca703
@ -387,7 +387,7 @@ module ts {
|
||||
|
||||
export interface Identifier extends PrimaryExpression {
|
||||
text: string; // Text of identifier (with escapes converted to characters)
|
||||
strictModeKind?: SyntaxKind; // TODO(yuisu): comment
|
||||
strictModeKind?: SyntaxKind; // SyntaxKind set when violating strict mode reserved word
|
||||
}
|
||||
|
||||
export interface QualifiedName extends Node {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user