(err *transpiler.TranspileError)
| 11 | // Each editor has different capabilities for rendering error messages. |
| 12 | type ErrorFormatter interface { |
| 13 | Format(err *transpiler.TranspileError) string |
| 14 | } |
| 15 | |
| 16 | // ============================================================================= |
no outgoing calls