rescript-compiler
rescript-compiler copied to clipboard
Error Message Improvements
From the retreat notes:
- Subtyping (relevant information is not currently tracked in the compiler)
- Interface mismatches (harder to read with JSX4)
- Get rid of OCaml syntax in error messages
- Code Actions for fixing error messages / refactoring
Also:
- Function application (incorrect number/types of arguments) #7055
Hi @zth, any chance you could add some pointers on how the Code Actions for fixing error messages / refactoring part would play out?