Description:
Currently, compiler errors (scanning and parsing) only show line and column numbers. To improve debugging, we should display a small snippet of the source code (a "code frame") with a pointer to the exact location of the
error.
Example Output:
1 3 | <div>{{ 1 + }}</div>
2 | ^
Tasks:
Description:
Currently, compiler errors (scanning and parsing) only show line and column numbers. To improve debugging, we should display a small snippet of the source code (a "code frame") with a pointer to the exact location of the
error.
Example Output:
Tasks: