Documentation Index
Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt
Use this file to discover all available pages before exploring further.
What this means
await syntax appears outside an async construct at parse timeMetadata
- Code:
E1117 - Default level: Error
- Phase: Parser
- Canonical docs URL:
https://docs.brim-lang.com/diagnostics/E1117 - Tags:
parser,async
How to fix
- mark the enclosing function async
- remove await