Renaming and source-region issues

This commit is contained in:
Yura Dupyn 2026-04-06 20:34:20 +02:00
parent 909caaf7ac
commit d64c39db82
19 changed files with 415 additions and 36 deletions

View file

@ -1,5 +1,5 @@
import { ParseError } from "src/lang/parser/parser";
import { renderSpan, SourceRegion } from "source-text";
import { renderSpan, SourceRegion } from "source-region";
import { DisplayLineViews } from "./LineView";
export function formatErrorMesage(err: ParseError): string {