blob: 45e18ee427735c36b4f97318da5189547f95c173 [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');