mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
Add ImportPath
This commit is contained in:
parent
8701131cd8
commit
f7ee915dff
@ -570,6 +570,9 @@ message AmbientDeclaration { TypeScriptTerm ambientDeclarationBody = 1;
|
||||
message Alias { bytes aliasValue = 1;
|
||||
bytes aliasName = 2;
|
||||
}
|
||||
message ImportPath { string unPath = 1;
|
||||
Relative pathIsRelative = 2;
|
||||
}
|
||||
message EnumDeclaration { TypeScriptTerm enumDeclarationIdentifier = 1;
|
||||
repeated TypeScriptTerm enumDeclarationBody = 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user