Sign in
skia
/
buildbot
/
c5ee68d7af3fbad01dc5675f1c6b1e98c17c4d3a
/
.
/
infra-sk
/
esbuild
/
test
/
testdata.ts
blob: 07a9ed559c948f557c93b1820733cdcab3de89a5 [
file
]
/** 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'
);