makeSyntaxError
export function makeSyntaxError(
site: Site,
msg: string
): CompilerError
Arguments
Name | Type | Description |
---|---|---|
site | Site | |
msg | string |
Return value
CompilerError
export function makeSyntaxError(
site: Site,
msg: string
): CompilerError
Name | Type | Description |
---|---|---|
site | Site | |
msg | string |
CompilerError