File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1916,12 +1916,12 @@ namespace ts {
1916
1916
isInstantiationOf ( a : GenericType , b : GenericType ) : boolean ;
1917
1917
1918
1918
/**
1919
- * Looks up a global symbol named "name" with meaning SymbolFlags.Type
1919
+ * Returns the declared type of the globally named symbol with meaning SymbolFlags.Type
1920
1920
* Returns the unknown type on failure.
1921
1921
*/
1922
1922
lookupGlobalType ( name : string ) : Type ;
1923
1923
/**
1924
- * Resolve a symbol lexically at the position specified with meaning SymbolFlags.Type
1924
+ * Returns the declared type of the named symbol lexically at the position specified with meaning SymbolFlags.Type
1925
1925
* Returns the unknown type on failure.
1926
1926
*/
1927
1927
lookupTypeAt ( name : string , position : Node ) : Type ;
You can’t perform that action at this time.
0 commit comments