Skip to content

Commit af75ecb

Browse files
authored
Merge pull request #721 from onigoetz/master
Initial implementation of trace for traceResolution in #691
2 parents 5f60800 + 5bd6d43 commit af75ecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/servicesHost.ts

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export function makeServicesHost(
109109
getCompilationSettings: () => compilerOptions,
110110
getDefaultLibFileName: (options: typescript.CompilerOptions) => compiler.getDefaultLibFilePath(options),
111111
getNewLine: () => newLine,
112+
trace: log.log,
112113
log: log.log,
113114

114115
/* Unclear if this is useful

0 commit comments

Comments
 (0)