export function a(): b {
return c > d;
}
hello
CompileError:
at tags/index.marko:1:7
> 1 | export function a(): b {
| ^ Mismatched group. A ">" character was found when "}" was expected.
2 | return c > d;
3 | }
4 |
Check the devtools console for more information.