Skip to main content
Module

x/ts_morph/common/ts_morph_common.d.ts>CreateModuleResolutionHostOptions

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface CreateModuleResolutionHostOptions
import { type CreateModuleResolutionHostOptions } from "https://deno.land/x/ts_morph@17.0.1/common/ts_morph_common.d.ts";

Options for creating a module resolution host.

Properties

transactionalFileSystem: TransactionalFileSystem

The transactional file system to use.

sourceFileContainer: TsSourceFileContainer

The source file container to use.

Methods

getEncoding(): string

Gets the encoding to use.