Skip to content

Commit 6644917

Browse files
authored
Add trace method to the LanguageServiceHost to enable usage with traceResolution (#296)
1 parent e82277d commit 6644917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/host.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,8 @@ export class LanguageServiceHost implements tsTypes.LanguageServiceHost
145145

146146
return transformer;
147147
}
148+
149+
public trace(line: string) {
150+
console.log(line)
151+
}
148152
}

0 commit comments

Comments
 (0)