From 1246dca703bc2d563efa2318c189f8a4051a2645 Mon Sep 17 00:00:00 2001 From: Yui T Date: Wed, 8 Apr 2015 23:54:42 -0700 Subject: [PATCH] Add comment --- src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 5b7083e164e..01b4003c0e1 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -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 {