UNPKG

271 BTypeScriptView Raw
1declare module 'ember-template-compiler/lib/system/calculate-location-display' {
2 import type { AST } from '@glimmer/syntax';
3 export default function calculateLocationDisplay(
4 moduleName: string | undefined,
5 loc?: AST.SourceLocation | undefined
6 ): string;
7}