Skip to main content
Module

x/ts_morph/bootstrap/mod.ts>Project#createProgram

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method Project.prototype.createProgram
import { Project } from "https://deno.land/x/ts_morph@15.1.0/bootstrap/mod.ts";

Creates a new program. Note: You should get a new program any time source files are added, removed, or changed.

Parameters

optional
options: ts.CreateProgramOptions

Returns

ts.Program