mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
Regenerate proto files
This commit is contained in:
parent
b12fbed41a
commit
adbe0f2c19
@ -216,33 +216,33 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
GoDiff left = 1;
|
GoDiff lhs = 1;
|
||||||
GoDiff right = 2;
|
GoDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
GoDiff left = 1;
|
GoDiff lhs = 1;
|
||||||
GoDiff right = 2;
|
GoDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
GoDiff left = 1;
|
GoDiff lhs = 1;
|
||||||
GoDiff right = 2;
|
GoDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
GoDiff left = 1;
|
GoDiff lhs = 1;
|
||||||
GoDiff right = 2;
|
GoDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
GoDiff left = 1;
|
GoDiff lhs = 1;
|
||||||
GoDiff right = 2;
|
GoDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnsignedRShift {
|
message UnsignedRShift {
|
||||||
GoDiff left = 1;
|
GoDiff lhs = 1;
|
||||||
GoDiff right = 2;
|
GoDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
|
@ -198,33 +198,33 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
GoTerm left = 1;
|
GoTerm lhs = 1;
|
||||||
GoTerm right = 2;
|
GoTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
GoTerm left = 1;
|
GoTerm lhs = 1;
|
||||||
GoTerm right = 2;
|
GoTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
GoTerm left = 1;
|
GoTerm lhs = 1;
|
||||||
GoTerm right = 2;
|
GoTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
GoTerm left = 1;
|
GoTerm lhs = 1;
|
||||||
GoTerm right = 2;
|
GoTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
GoTerm left = 1;
|
GoTerm lhs = 1;
|
||||||
GoTerm right = 2;
|
GoTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnsignedRShift {
|
message UnsignedRShift {
|
||||||
GoTerm left = 1;
|
GoTerm lhs = 1;
|
||||||
GoTerm right = 2;
|
GoTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
|
@ -256,33 +256,33 @@ message Comparison {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
JavaDiff left = 1;
|
JavaDiff lhs = 1;
|
||||||
JavaDiff right = 2;
|
JavaDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
JavaDiff left = 1;
|
JavaDiff lhs = 1;
|
||||||
JavaDiff right = 2;
|
JavaDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
JavaDiff left = 1;
|
JavaDiff lhs = 1;
|
||||||
JavaDiff right = 2;
|
JavaDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
JavaDiff left = 1;
|
JavaDiff lhs = 1;
|
||||||
JavaDiff right = 2;
|
JavaDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
JavaDiff left = 1;
|
JavaDiff lhs = 1;
|
||||||
JavaDiff right = 2;
|
JavaDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnsignedRShift {
|
message UnsignedRShift {
|
||||||
JavaDiff left = 1;
|
JavaDiff lhs = 1;
|
||||||
JavaDiff right = 2;
|
JavaDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
|
@ -238,33 +238,33 @@ message Comparison {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
JavaTerm left = 1;
|
JavaTerm lhs = 1;
|
||||||
JavaTerm right = 2;
|
JavaTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
JavaTerm left = 1;
|
JavaTerm lhs = 1;
|
||||||
JavaTerm right = 2;
|
JavaTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
JavaTerm left = 1;
|
JavaTerm lhs = 1;
|
||||||
JavaTerm right = 2;
|
JavaTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
JavaTerm left = 1;
|
JavaTerm lhs = 1;
|
||||||
JavaTerm right = 2;
|
JavaTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
JavaTerm left = 1;
|
JavaTerm lhs = 1;
|
||||||
JavaTerm right = 2;
|
JavaTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnsignedRShift {
|
message UnsignedRShift {
|
||||||
JavaTerm left = 1;
|
JavaTerm lhs = 1;
|
||||||
JavaTerm right = 2;
|
JavaTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
|
@ -227,28 +227,28 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
PHPDiff left = 1;
|
PHPDiff lhs = 1;
|
||||||
PHPDiff right = 2;
|
PHPDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
PHPDiff left = 1;
|
PHPDiff lhs = 1;
|
||||||
PHPDiff right = 2;
|
PHPDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
PHPDiff left = 1;
|
PHPDiff lhs = 1;
|
||||||
PHPDiff right = 2;
|
PHPDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
PHPDiff left = 1;
|
PHPDiff lhs = 1;
|
||||||
PHPDiff right = 2;
|
PHPDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
PHPDiff left = 1;
|
PHPDiff lhs = 1;
|
||||||
PHPDiff right = 2;
|
PHPDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message And {
|
message And {
|
||||||
|
@ -209,28 +209,28 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
PHPTerm left = 1;
|
PHPTerm lhs = 1;
|
||||||
PHPTerm right = 2;
|
PHPTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
PHPTerm left = 1;
|
PHPTerm lhs = 1;
|
||||||
PHPTerm right = 2;
|
PHPTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
PHPTerm left = 1;
|
PHPTerm lhs = 1;
|
||||||
PHPTerm right = 2;
|
PHPTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
PHPTerm left = 1;
|
PHPTerm lhs = 1;
|
||||||
PHPTerm right = 2;
|
PHPTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
PHPTerm left = 1;
|
PHPTerm lhs = 1;
|
||||||
PHPTerm right = 2;
|
PHPTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message And {
|
message And {
|
||||||
|
@ -198,28 +198,28 @@ message XOr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
PythonDiff left = 1;
|
PythonDiff lhs = 1;
|
||||||
PythonDiff right = 2;
|
PythonDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
PythonDiff left = 1;
|
PythonDiff lhs = 1;
|
||||||
PythonDiff right = 2;
|
PythonDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
PythonDiff left = 1;
|
PythonDiff lhs = 1;
|
||||||
PythonDiff right = 2;
|
PythonDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
PythonDiff left = 1;
|
PythonDiff lhs = 1;
|
||||||
PythonDiff right = 2;
|
PythonDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
PythonDiff left = 1;
|
PythonDiff lhs = 1;
|
||||||
PythonDiff right = 2;
|
PythonDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
|
@ -180,28 +180,28 @@ message XOr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
PythonTerm left = 1;
|
PythonTerm lhs = 1;
|
||||||
PythonTerm right = 2;
|
PythonTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
PythonTerm left = 1;
|
PythonTerm lhs = 1;
|
||||||
PythonTerm right = 2;
|
PythonTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
PythonTerm left = 1;
|
PythonTerm lhs = 1;
|
||||||
PythonTerm right = 2;
|
PythonTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
PythonTerm left = 1;
|
PythonTerm lhs = 1;
|
||||||
PythonTerm right = 2;
|
PythonTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
PythonTerm left = 1;
|
PythonTerm lhs = 1;
|
||||||
PythonTerm right = 2;
|
PythonTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
|
@ -117,7 +117,8 @@ message RubySyntax {
|
|||||||
Module module = 83;
|
Module module = 83;
|
||||||
Require require = 84;
|
Require require = 84;
|
||||||
Send send = 85;
|
Send send = 85;
|
||||||
List list = 86;
|
ZSuper zSuper = 86;
|
||||||
|
List list = 87;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -184,28 +185,28 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
RubyDiff left = 1;
|
RubyDiff lhs = 1;
|
||||||
RubyDiff right = 2;
|
RubyDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
RubyDiff left = 1;
|
RubyDiff lhs = 1;
|
||||||
RubyDiff right = 2;
|
RubyDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
RubyDiff left = 1;
|
RubyDiff lhs = 1;
|
||||||
RubyDiff right = 2;
|
RubyDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
RubyDiff left = 1;
|
RubyDiff lhs = 1;
|
||||||
RubyDiff right = 2;
|
RubyDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
RubyDiff left = 1;
|
RubyDiff lhs = 1;
|
||||||
RubyDiff right = 2;
|
RubyDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
@ -517,6 +518,8 @@ message Send {
|
|||||||
repeated RubyDiff sendBlock = 4;
|
repeated RubyDiff sendBlock = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message ZSuper { }
|
||||||
|
|
||||||
message List {
|
message List {
|
||||||
repeated RubyDiff listContent = 1;
|
repeated RubyDiff listContent = 1;
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,8 @@ message RubySyntax {
|
|||||||
Module module = 83;
|
Module module = 83;
|
||||||
Require require = 84;
|
Require require = 84;
|
||||||
Send send = 85;
|
Send send = 85;
|
||||||
List list = 86;
|
ZSuper zSuper = 86;
|
||||||
|
List list = 87;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -166,28 +167,28 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
RubyTerm left = 1;
|
RubyTerm lhs = 1;
|
||||||
RubyTerm right = 2;
|
RubyTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
RubyTerm left = 1;
|
RubyTerm lhs = 1;
|
||||||
RubyTerm right = 2;
|
RubyTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
RubyTerm left = 1;
|
RubyTerm lhs = 1;
|
||||||
RubyTerm right = 2;
|
RubyTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
RubyTerm left = 1;
|
RubyTerm lhs = 1;
|
||||||
RubyTerm right = 2;
|
RubyTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
RubyTerm left = 1;
|
RubyTerm lhs = 1;
|
||||||
RubyTerm right = 2;
|
RubyTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
@ -499,6 +500,8 @@ message Send {
|
|||||||
repeated RubyTerm sendBlock = 4;
|
repeated RubyTerm sendBlock = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message ZSuper { }
|
||||||
|
|
||||||
message List {
|
message List {
|
||||||
repeated RubyTerm listContent = 1;
|
repeated RubyTerm listContent = 1;
|
||||||
}
|
}
|
||||||
|
@ -196,6 +196,7 @@ message TypeScriptSyntax {
|
|||||||
QualifiedExportFrom qualifiedExportFrom = 162;
|
QualifiedExportFrom qualifiedExportFrom = 162;
|
||||||
JavaScriptRequire javaScriptRequire = 163;
|
JavaScriptRequire javaScriptRequire = 163;
|
||||||
List list = 164;
|
List list = 164;
|
||||||
|
StatementBlock statementBlock = 165;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -298,33 +299,33 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
TypeScriptDiff left = 1;
|
TypeScriptDiff lhs = 1;
|
||||||
TypeScriptDiff right = 2;
|
TypeScriptDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
TypeScriptDiff left = 1;
|
TypeScriptDiff lhs = 1;
|
||||||
TypeScriptDiff right = 2;
|
TypeScriptDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
TypeScriptDiff left = 1;
|
TypeScriptDiff lhs = 1;
|
||||||
TypeScriptDiff right = 2;
|
TypeScriptDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
TypeScriptDiff left = 1;
|
TypeScriptDiff lhs = 1;
|
||||||
TypeScriptDiff right = 2;
|
TypeScriptDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
TypeScriptDiff left = 1;
|
TypeScriptDiff lhs = 1;
|
||||||
TypeScriptDiff right = 2;
|
TypeScriptDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnsignedRShift {
|
message UnsignedRShift {
|
||||||
TypeScriptDiff left = 1;
|
TypeScriptDiff lhs = 1;
|
||||||
TypeScriptDiff right = 2;
|
TypeScriptDiff rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
@ -857,6 +858,7 @@ message OptionalParameter {
|
|||||||
message RequiredParameter {
|
message RequiredParameter {
|
||||||
repeated TypeScriptDiff requiredParameterContext = 1;
|
repeated TypeScriptDiff requiredParameterContext = 1;
|
||||||
TypeScriptDiff requiredParameterSubject = 2;
|
TypeScriptDiff requiredParameterSubject = 2;
|
||||||
|
TypeScriptDiff requiredParameterValue = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RestParameter {
|
message RestParameter {
|
||||||
@ -965,6 +967,10 @@ message List {
|
|||||||
repeated TypeScriptDiff listContent = 1;
|
repeated TypeScriptDiff listContent = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message StatementBlock {
|
||||||
|
repeated TypeScriptDiff statements = 1;
|
||||||
|
}
|
||||||
|
|
||||||
message Alias {
|
message Alias {
|
||||||
bytes aliasValue = 1;
|
bytes aliasValue = 1;
|
||||||
bytes aliasName = 2;
|
bytes aliasName = 2;
|
||||||
|
@ -178,6 +178,7 @@ message TypeScriptSyntax {
|
|||||||
QualifiedExportFrom qualifiedExportFrom = 162;
|
QualifiedExportFrom qualifiedExportFrom = 162;
|
||||||
JavaScriptRequire javaScriptRequire = 163;
|
JavaScriptRequire javaScriptRequire = 163;
|
||||||
List list = 164;
|
List list = 164;
|
||||||
|
StatementBlock statementBlock = 165;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -280,33 +281,33 @@ message FloorDivision {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BAnd {
|
message BAnd {
|
||||||
TypeScriptTerm left = 1;
|
TypeScriptTerm lhs = 1;
|
||||||
TypeScriptTerm right = 2;
|
TypeScriptTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BOr {
|
message BOr {
|
||||||
TypeScriptTerm left = 1;
|
TypeScriptTerm lhs = 1;
|
||||||
TypeScriptTerm right = 2;
|
TypeScriptTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BXOr {
|
message BXOr {
|
||||||
TypeScriptTerm left = 1;
|
TypeScriptTerm lhs = 1;
|
||||||
TypeScriptTerm right = 2;
|
TypeScriptTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LShift {
|
message LShift {
|
||||||
TypeScriptTerm left = 1;
|
TypeScriptTerm lhs = 1;
|
||||||
TypeScriptTerm right = 2;
|
TypeScriptTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RShift {
|
message RShift {
|
||||||
TypeScriptTerm left = 1;
|
TypeScriptTerm lhs = 1;
|
||||||
TypeScriptTerm right = 2;
|
TypeScriptTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnsignedRShift {
|
message UnsignedRShift {
|
||||||
TypeScriptTerm left = 1;
|
TypeScriptTerm lhs = 1;
|
||||||
TypeScriptTerm right = 2;
|
TypeScriptTerm rhs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Complement {
|
message Complement {
|
||||||
@ -839,6 +840,7 @@ message OptionalParameter {
|
|||||||
message RequiredParameter {
|
message RequiredParameter {
|
||||||
repeated TypeScriptTerm requiredParameterContext = 1;
|
repeated TypeScriptTerm requiredParameterContext = 1;
|
||||||
TypeScriptTerm requiredParameterSubject = 2;
|
TypeScriptTerm requiredParameterSubject = 2;
|
||||||
|
TypeScriptTerm requiredParameterValue = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RestParameter {
|
message RestParameter {
|
||||||
@ -947,6 +949,10 @@ message List {
|
|||||||
repeated TypeScriptTerm listContent = 1;
|
repeated TypeScriptTerm listContent = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message StatementBlock {
|
||||||
|
repeated TypeScriptTerm statements = 1;
|
||||||
|
}
|
||||||
|
|
||||||
message Alias {
|
message Alias {
|
||||||
bytes aliasValue = 1;
|
bytes aliasValue = 1;
|
||||||
bytes aliasName = 2;
|
bytes aliasName = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user