Skip to content

Commit 2861fc2

Browse files
committed
Merge pull request #2765 from Microsoft/moveAsKeywordOutFromStrict
Move asKeyword into correct section
2 parents 6d36dd5 + 4783d9f commit 2861fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ module ts {
121121
WhileKeyword,
122122
WithKeyword,
123123
// Strict mode reserved words
124-
AsKeyword,
125124
ImplementsKeyword,
126125
InterfaceKeyword,
127126
LetKeyword,
@@ -132,6 +131,7 @@ module ts {
132131
StaticKeyword,
133132
YieldKeyword,
134133
// Contextual keywords
134+
AsKeyword,
135135
AnyKeyword,
136136
BooleanKeyword,
137137
ConstructorKeyword,

0 commit comments

Comments
 (0)