hashc icon indicating copy to clipboard operation
hashc copied to clipboard

Introduce a prototype for compiler messages in a separate crate

Open kontheocharis opened this issue 1 year ago • 0 comments

  • Type info about a node
    • Where it is defined
    • What kind of node it is
    • Where are its references
  • Autocomplete in some span and given characters
  • Running the compiler in structured mode to get diagnostics in a machine-readable format
  • Lookup by symbol
  • Code tree
  • Autofixes ...

Figure out how these messages should be serialised. Should be easily compatible with TS/Deno.

kontheocharis avatar Dec 09 '23 15:12 kontheocharis