makeSyntaxError
export function makeSyntaxError(
site: Site,
msg: string
): CompilerError
Arguments
1. site
site: Site
2. msg
msg: string
Returns
CompilerErrorexport function makeSyntaxError(
site: Site,
msg: string
): CompilerError
sitesite: Site
msgmsg: string
CompilerError