Dep: update
주로 PHAN
This commit is contained in:
@@ -86,6 +86,11 @@ class TokenKind {
|
||||
const YieldKeyword = 166;
|
||||
const YieldFromKeyword = 167;
|
||||
const FnKeyword = 168;
|
||||
const MatchKeyword = 169;
|
||||
/** @deprecated use IterableReservedWord */
|
||||
const IterableKeyword = self::IterableReservedWord;
|
||||
const EnumKeyword = 171;
|
||||
const ReadonlyKeyword = 172;
|
||||
|
||||
const OpenBracketToken = 201;
|
||||
const CloseBracketToken = 202;
|
||||
@@ -148,6 +153,8 @@ class TokenKind {
|
||||
const BacktickToken = 260;
|
||||
const QuestionToken = 261;
|
||||
const QuestionQuestionEqualsToken = 262;
|
||||
const QuestionArrowToken = 263;
|
||||
const AttributeToken = 264;
|
||||
|
||||
const DecimalLiteralToken = 301;
|
||||
const OctalLiteralToken = 302;
|
||||
@@ -166,6 +173,8 @@ class TokenKind {
|
||||
const StringReservedWord = 320;
|
||||
const BoolReservedWord = 321;
|
||||
const NullReservedWord = 322;
|
||||
const MixedReservedWord = 340;
|
||||
const IterableReservedWord = 170;
|
||||
|
||||
const ScriptSectionStartTag = 323;
|
||||
const ScriptSectionEndTag = 324;
|
||||
@@ -188,6 +197,7 @@ class TokenKind {
|
||||
const ReturnType = 336;
|
||||
const InlineHtml = 337;
|
||||
const PropertyType = 338;
|
||||
const EnumType = 339;
|
||||
|
||||
// const DollarOpenCurly = 339;
|
||||
const EncapsedAndWhitespace = 400;
|
||||
|
||||
Reference in New Issue
Block a user