UNPKG

@glint/core

Version:

A CLI for performing typechecking on Glimmer templates

5 lines (4 loc) 310 B
import { TSLib } from '../util.js'; import { SourceFile, Range } from '../template/transformed-module.js'; import type { Diagnostic } from './index.js'; export declare function createTransformDiagnostic(ts: TSLib, source: SourceFile, message: string, location: Range, isContentTagError?: boolean): Diagnostic;