You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TypeCheckerHost interface isn't referenced anywhere else in typescriptServices.d.ts. Is this an error? Unlike LanguageService, you can get a TypeChecker with getTypeChecker() on ts.Program. So exposing TypeCheckerHost seems unnecessary.
The
TypeCheckerHostinterface isn't referenced anywhere else intypescriptServices.d.ts. Is this an error? UnlikeLanguageService, you can get aTypeCheckerwithgetTypeChecker()onts.Program. So exposingTypeCheckerHostseems unnecessary.