import { type CreateHostsOptions } from "https://deno.land/x/ts_morph@18.0.0/common/ts_morph_common.d.ts";
Options for creating the hosts.
Properties
transactionalFileSystem: TransactionalFileSystem
The transactional file system to use.
sourceFileContainer: TsSourceFileContainer
Container of source files to use.
compilerOptions: CompilerOptionsContainer
Compiler options container to use.
resolutionHost: ResolutionHost
The resolution host used for resolving modules and type reference directives.
Provides the current project version to be used to tell if source files have changed. Provide this for a performance improvement.