UNPKG

302 BTypeScriptView Raw
1import { SourceSpan } from './source/span';
2export interface GlimmerSyntaxError extends Error {
3 location: SourceSpan | null;
4 code: string | null;
5}
6export declare function generateSyntaxError(message: string, location: SourceSpan): GlimmerSyntaxError;
7//# sourceMappingURL=syntax-error.d.ts.map
\No newline at end of file