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