Files
Joe Savona 1313e3a73b [compiler] Improve display of errors on multi-line expressions
When a longer function or expression is identified as the source of an error, we currently print the entire expression in our error message. This is because we delegate to a Babel helper to print codeframes. Here, we add some checking and abbreviate the result if it spans too many lines.
2025-10-23 11:25:02 -07:00
..