Add comment

This commit is contained in:
Yui T 2015-04-08 23:54:42 -07:00
parent 3a7384a95e
commit 1246dca703

View File

@ -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 {