Skip to main content
Module

x/deno2node/src/deps.deno.ts>DiagnosticMessageChain

Compile your Deno project to run on Node.js.
Go to Latest
class DiagnosticMessageChain
import { DiagnosticMessageChain } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.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.