Skip to main content
Module

x/ts_morph/mod.ts>DiagnosticMessageChain

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

Diagnostic message chain.

Constructors

new
private
DiagnosticMessageChain()

Properties

readonly
compilerObject: ts.DiagnosticMessageChain

Gets the underlying compiler object.

Methods

Gets the category of the diagnostic message chain.

getCode(): number

Gets the code of the diagnostic message chain.

getMessageText(): string

Gets the message text.

Gets the next diagnostic message chains in the chain.