Dep: update

주로 PHAN
This commit is contained in:
2021-08-06 22:39:09 +09:00
parent 5310c2e7f6
commit b306601c72
1098 changed files with 92137 additions and 33228 deletions
+10
View File
@@ -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;