LanguageServiceHost
sealed external interface LanguageServiceHost : GetEffectiveTypeRootsHost, MinimalResolutionCacheHost(source)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets a set of custom transformers to use during emit.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val getResolvedModuleWithFailedLookupLocationsFromCache: (modulename: String, containingFile: String, ResolutionMode) -> ResolvedModuleWithFailedLookupLocations??
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val installPackage: (options: InstallPackageOptions) -> Promise<ApplyCodeActionCommandResult>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val readDirectory: (path: String, ReadonlyArray<String>?, ReadonlyArray<String>?, ReadonlyArray<String>?, depth: Double?) -> ReadonlyArray<String>?
Link copied to clipboard
abstract val resolveModuleNameLiterals: (ReadonlyArray<StringLiteralLike>, containingFile: String, redirectedReference: ResolvedProjectReference?, options: CompilerOptions, containingSourceFile: SourceFile, ReadonlyArray<StringLiteralLike>?) -> ReadonlyArray<ResolvedModuleWithFailedLookupLocations>?
Link copied to clipboard
abstract val resolveModuleNames: (ReadonlyArray<String>, containingFile: String, ReadonlyArray<String>?, redirectedReference: ResolvedProjectReference?, options: CompilerOptions, containingSourceFile: SourceFile?) -> ReadonlyArray<ResolvedModule?>?
Link copied to clipboard
Link copied to clipboard
abstract val resolveTypeReferenceDirectives: (typeDirectiveNames: Any, containingFile: String, redirectedReference: ResolvedProjectReference?, options: CompilerOptions, ResolutionMode) -> ReadonlyArray<ResolvedTypeReferenceDirective?>?
Link copied to clipboard