1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Add ImportPath

This commit is contained in:
joshvera 2018-07-02 18:18:13 -04:00
parent 8701131cd8
commit f7ee915dff

View File

@ -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;
}