Skip to content

Commit

Permalink
drop resolveTypeReferenceDirectives for a moment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Oct 18, 2017
1 parent 9f4cc4f commit cb303f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/servicesHost.ts
Expand Up @@ -100,9 +100,11 @@ export function makeServicesHost(
getNewLine: () => newLine,
log: log.log,

/* Unclear if this is useful
resolveTypeReferenceDirectives: (typeDirectiveNames: string[], containingFile: string) =>
typeDirectiveNames.map(directive =>
compiler.resolveTypeReferenceDirective(directive, containingFile, compilerOptions, moduleResolutionHost).resolvedTypeReferenceDirective),
*/

resolveModuleNames: (moduleNames: string[], containingFile: string) =>
resolveModuleNames(
Expand Down

0 comments on commit cb303f5

Please sign in to comment.