Skip to main content
Module

x/ts_morph/mod.ts>CreateWrappedNodeOptions

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface CreateWrappedNodeOptions
import { type CreateWrappedNodeOptions } from "https://deno.land/x/ts_morph@15.1.0/mod.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.