blob: 07a9ed559c948f557c93b1820733cdcab3de89a5 [file] [log] [blame]
/** Test module to check whether sourcemaps are generated. Its contents do not matter. */
function makeMsg(name: string): string {
return `Hello, ${name}!`;
}
export const msg = makeMsg('World');