rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
13 stars 9 forks source link

Device diagnostics instead of compile errors #104

Closed TwitchBronBron closed 2 years ago

TwitchBronBron commented 2 years ago

Refactor the compileError logic to emit all diagnostics instead of just compile errors. This will allow us to better parse things like device warnings, and also emit component library diagnostics at runtime that don't necessarily crash the app.

Depends on: