Skip to content

Commit 4783d9f

Browse files
author
Yui T
committed
Move asKeyword into correct section
1 parent d1bd164 commit 4783d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
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)