Anyone encountered this error when running yarn asb? I'm trying to compile an assemblyscript smart contract.
gitpod /workspace/MyAssemblyContract (main) $ yarn asb yarn run v1.22.17 $ /workspace/MyAssemblyContract/node_modules/.bin/asb ERROR TS1110: Type expected.
export function createGame() { ^ in assembly/index.ts(19,29)
/workspace/MyAssemblyContract/node_modules/asbuild/node_modules/yargs/build/lib/yargs.js:1132 throw err; ^
[1 parse error(s)] error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. gitpod /workspace/MyAssemblyContract (main) $