Skip to main content
Module

x/ts_morph/mod.ts>CombinedCodeActions

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

Represents file changes.

Constructors

new
private
CombinedCodeActions()

Properties

readonly
compilerObject: ts.CombinedCodeActions

Gets the compiler object.

Methods

Executes the combined code actions.

WARNING: This will cause all nodes to be forgotten in the changed files.

Text changes to apply to each file.