UNPKG

@glint/core

Version:

A CLI for performing typechecking on Glimmer templates

5 lines (4 loc) 304 B
export type { Directive, default as TransformedModule } from './template/transformed-module.js'; export type { Diagnostic } from './diagnostics/index.js'; export { rewriteModule } from './template/rewrite-module.js'; export { rewriteDiagnostic, createTransformDiagnostic } from './diagnostics/index.js';