Switch to omedusyo/source-region lib

This commit is contained in:
Yura Dupyn 2026-04-06 16:31:32 +02:00
parent 94df47c738
commit 38b147c3e7
20 changed files with 37 additions and 258 deletions

View file

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