Skip to content

Commit

Permalink
Merge pull request #721 from onigoetz/master
Browse files Browse the repository at this point in the history
Initial implementation of trace for traceResolution in #691
  • Loading branch information
johnnyreilly committed Feb 7, 2018
2 parents 5f60800 + 5bd6d43 commit af75ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/servicesHost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function makeServicesHost(
getCompilationSettings: () => compilerOptions,
getDefaultLibFileName: (options: typescript.CompilerOptions) => compiler.getDefaultLibFilePath(options),
getNewLine: () => newLine,
trace: log.log,
log: log.log,

/* Unclear if this is useful
Expand Down

0 comments on commit af75ecb

Please sign in to comment.