Responding to PR feedback

This commit is contained in:
Richard Knoll
2016-08-19 16:49:55 -07:00
parent 310bce4459
commit cf7feb3faa
7 changed files with 59 additions and 67 deletions
+1 -1
View File
@@ -1171,7 +1171,7 @@ namespace ts {
resolveTypeReferenceDirectives?(typeDirectiveNames: string[], containingFile: string): ResolvedTypeReferenceDirective[];
directoryExists?(directoryName: string): boolean;
/**
/*
* getDirectories is also required for full import and type reference completions. Without it defined, certain
* completions will not be provided
*/