Merge pull request #2765 from Microsoft/moveAsKeywordOutFromStrict

Move asKeyword into correct section
This commit is contained in:
Yui
2015-04-14 16:20:15 -07:00
+1 -1
View File
@@ -121,7 +121,6 @@ module ts {
WhileKeyword,
WithKeyword,
// Strict mode reserved words
AsKeyword,
ImplementsKeyword,
InterfaceKeyword,
LetKeyword,
@@ -132,6 +131,7 @@ module ts {
StaticKeyword,
YieldKeyword,
// Contextual keywords
AsKeyword,
AnyKeyword,
BooleanKeyword,
ConstructorKeyword,