mirror of
https://gitee.com/BDWare/common
synced 2026-01-28 16:29:29 +00:00
feat: yjs keyword sharable
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -86,40 +86,41 @@ In=85
|
||||
Try=86
|
||||
Event=87
|
||||
AtToken=88
|
||||
AtLeastOnce=89
|
||||
AtMostOnce=90
|
||||
OnlyOnce=91
|
||||
Global=92
|
||||
Local=93
|
||||
View=94
|
||||
Class=95
|
||||
Enum=96
|
||||
Extends=97
|
||||
Super=98
|
||||
Const=99
|
||||
Export=100
|
||||
Import=101
|
||||
Contract=102
|
||||
Module=103
|
||||
Oracle=104
|
||||
DoipModule=105
|
||||
Implements=106
|
||||
Let=107
|
||||
Private=108
|
||||
Public=109
|
||||
Interface=110
|
||||
Package=111
|
||||
Protected=112
|
||||
Static=113
|
||||
Yield=114
|
||||
Identifier=115
|
||||
StringLiteral=116
|
||||
TemplateStringLiteral=117
|
||||
WhiteSpaces=118
|
||||
LineTerminator=119
|
||||
HtmlComment=120
|
||||
CDataComment=121
|
||||
UnexpectedCharacter=122
|
||||
Sharable=89
|
||||
AtLeastOnce=90
|
||||
AtMostOnce=91
|
||||
OnlyOnce=92
|
||||
Global=93
|
||||
Local=94
|
||||
View=95
|
||||
Class=96
|
||||
Enum=97
|
||||
Extends=98
|
||||
Super=99
|
||||
Const=100
|
||||
Export=101
|
||||
Import=102
|
||||
Contract=103
|
||||
Module=104
|
||||
Oracle=105
|
||||
DoipModule=106
|
||||
Implements=107
|
||||
Let=108
|
||||
Private=109
|
||||
Public=110
|
||||
Interface=111
|
||||
Package=112
|
||||
Protected=113
|
||||
Static=114
|
||||
Yield=115
|
||||
Identifier=116
|
||||
StringLiteral=117
|
||||
TemplateStringLiteral=118
|
||||
WhiteSpaces=119
|
||||
LineTerminator=120
|
||||
HtmlComment=121
|
||||
CDataComment=122
|
||||
UnexpectedCharacter=123
|
||||
'['=4
|
||||
']'=5
|
||||
'('=6
|
||||
@@ -199,29 +200,30 @@ UnexpectedCharacter=122
|
||||
'try'=86
|
||||
'event'=87
|
||||
'@'=88
|
||||
'AT_LEAST_ONCE'=89
|
||||
'AT_MOST_ONCE'=90
|
||||
'ONLY_ONCE'=91
|
||||
'global'=92
|
||||
'local'=93
|
||||
'view'=94
|
||||
'class'=95
|
||||
'enum'=96
|
||||
'extends'=97
|
||||
'super'=98
|
||||
'const'=99
|
||||
'export'=100
|
||||
'import'=101
|
||||
'contract'=102
|
||||
'module'=103
|
||||
'oracle'=104
|
||||
'doipmodule'=105
|
||||
'implements'=106
|
||||
'let'=107
|
||||
'private'=108
|
||||
'public'=109
|
||||
'interface'=110
|
||||
'package'=111
|
||||
'protected'=112
|
||||
'static'=113
|
||||
'yield'=114
|
||||
'sharable'=89
|
||||
'AT_LEAST_ONCE'=90
|
||||
'AT_MOST_ONCE'=91
|
||||
'ONLY_ONCE'=92
|
||||
'global'=93
|
||||
'local'=94
|
||||
'view'=95
|
||||
'class'=96
|
||||
'enum'=97
|
||||
'extends'=98
|
||||
'super'=99
|
||||
'const'=100
|
||||
'export'=101
|
||||
'import'=102
|
||||
'contract'=103
|
||||
'module'=104
|
||||
'oracle'=105
|
||||
'doipmodule'=106
|
||||
'implements'=107
|
||||
'let'=108
|
||||
'private'=109
|
||||
'public'=110
|
||||
'interface'=111
|
||||
'package'=112
|
||||
'protected'=113
|
||||
'static'=114
|
||||
'yield'=115
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -86,40 +86,41 @@ In=85
|
||||
Try=86
|
||||
Event=87
|
||||
AtToken=88
|
||||
AtLeastOnce=89
|
||||
AtMostOnce=90
|
||||
OnlyOnce=91
|
||||
Global=92
|
||||
Local=93
|
||||
View=94
|
||||
Class=95
|
||||
Enum=96
|
||||
Extends=97
|
||||
Super=98
|
||||
Const=99
|
||||
Export=100
|
||||
Import=101
|
||||
Contract=102
|
||||
Module=103
|
||||
Oracle=104
|
||||
DoipModule=105
|
||||
Implements=106
|
||||
Let=107
|
||||
Private=108
|
||||
Public=109
|
||||
Interface=110
|
||||
Package=111
|
||||
Protected=112
|
||||
Static=113
|
||||
Yield=114
|
||||
Identifier=115
|
||||
StringLiteral=116
|
||||
TemplateStringLiteral=117
|
||||
WhiteSpaces=118
|
||||
LineTerminator=119
|
||||
HtmlComment=120
|
||||
CDataComment=121
|
||||
UnexpectedCharacter=122
|
||||
Sharable=89
|
||||
AtLeastOnce=90
|
||||
AtMostOnce=91
|
||||
OnlyOnce=92
|
||||
Global=93
|
||||
Local=94
|
||||
View=95
|
||||
Class=96
|
||||
Enum=97
|
||||
Extends=98
|
||||
Super=99
|
||||
Const=100
|
||||
Export=101
|
||||
Import=102
|
||||
Contract=103
|
||||
Module=104
|
||||
Oracle=105
|
||||
DoipModule=106
|
||||
Implements=107
|
||||
Let=108
|
||||
Private=109
|
||||
Public=110
|
||||
Interface=111
|
||||
Package=112
|
||||
Protected=113
|
||||
Static=114
|
||||
Yield=115
|
||||
Identifier=116
|
||||
StringLiteral=117
|
||||
TemplateStringLiteral=118
|
||||
WhiteSpaces=119
|
||||
LineTerminator=120
|
||||
HtmlComment=121
|
||||
CDataComment=122
|
||||
UnexpectedCharacter=123
|
||||
'['=4
|
||||
']'=5
|
||||
'('=6
|
||||
@@ -199,29 +200,30 @@ UnexpectedCharacter=122
|
||||
'try'=86
|
||||
'event'=87
|
||||
'@'=88
|
||||
'AT_LEAST_ONCE'=89
|
||||
'AT_MOST_ONCE'=90
|
||||
'ONLY_ONCE'=91
|
||||
'global'=92
|
||||
'local'=93
|
||||
'view'=94
|
||||
'class'=95
|
||||
'enum'=96
|
||||
'extends'=97
|
||||
'super'=98
|
||||
'const'=99
|
||||
'export'=100
|
||||
'import'=101
|
||||
'contract'=102
|
||||
'module'=103
|
||||
'oracle'=104
|
||||
'doipmodule'=105
|
||||
'implements'=106
|
||||
'let'=107
|
||||
'private'=108
|
||||
'public'=109
|
||||
'interface'=110
|
||||
'package'=111
|
||||
'protected'=112
|
||||
'static'=113
|
||||
'yield'=114
|
||||
'sharable'=89
|
||||
'AT_LEAST_ONCE'=90
|
||||
'AT_MOST_ONCE'=91
|
||||
'ONLY_ONCE'=92
|
||||
'global'=93
|
||||
'local'=94
|
||||
'view'=95
|
||||
'class'=96
|
||||
'enum'=97
|
||||
'extends'=98
|
||||
'super'=99
|
||||
'const'=100
|
||||
'export'=101
|
||||
'import'=102
|
||||
'contract'=103
|
||||
'module'=104
|
||||
'oracle'=105
|
||||
'doipmodule'=106
|
||||
'implements'=107
|
||||
'let'=108
|
||||
'private'=109
|
||||
'public'=110
|
||||
'interface'=111
|
||||
'package'=112
|
||||
'protected'=113
|
||||
'static'=114
|
||||
'yield'=115
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user