mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user