Renaming and source-region issues
This commit is contained in:
parent
909caaf7ac
commit
d64c39db82
19 changed files with 415 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue