mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Update test.
This commit is contained in:
@@ -5883,6 +5883,9 @@ declare module "typescript" {
|
||||
|
||||
>backtick : CharacterCodes
|
||||
|
||||
bar = 124,
|
||||
|
||||
>bar : CharacterCodes
|
||||
|
||||
caret = 94,
|
||||
|
||||
@@ -6152,6 +6155,9 @@ declare module "typescript" {
|
||||
reScanGreaterToken(): SyntaxKind;
|
||||
|
||||
>reScanGreaterToken : () => SyntaxKind
|
||||
>SyntaxKind : SyntaxKind
|
||||
|
||||
reScanSlashToken(): SyntaxKind;
|
||||
|
||||
>reScanSlashToken : () => SyntaxKind
|
||||
>SyntaxKind : SyntaxKind
|
||||
|
||||
Reference in New Issue
Block a user