Skip to main content
Module

x/ts_morph/ts_morph.d.ts>CreateWrappedNodeOptions

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

Properties

optional
compilerOptions: CompilerOptions

Compiler options.

optional
sourceFile: ts.SourceFile

Optional source file of the node. Will make it not bother going up the tree to find the source file.

optional
typeChecker: ts.TypeChecker

Type checker.