Skip to content

Commit

Permalink
Add trace method to the LanguageServiceHost to enable usage with …
Browse files Browse the repository at this point in the history
…`traceResolution` (#296)
  • Loading branch information
Andarist committed Feb 1, 2022
1 parent e82277d commit 6644917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/host.ts
Expand Up @@ -145,4 +145,8 @@ export class LanguageServiceHost implements tsTypes.LanguageServiceHost

return transformer;
}

public trace(line: string) {
console.log(line)
}
}

0 comments on commit 6644917

Please sign in to comment.