UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 269 B
import { SourceFileWithTextRange } from "../types"; import ts from "typescript"; export declare function createDiagnosticWithLocation(id: number, messageText: string, category: ts.DiagnosticCategory, node: ts.Node | SourceFileWithTextRange): ts.DiagnosticWithLocation;