Renaming and source-region issues
This commit is contained in:
parent
909caaf7ac
commit
d64c39db82
19 changed files with 415 additions and 36 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { For, Match, Show, Switch } from "solid-js";
|
||||
import { ParseError } from "src/lang/parser/parser";
|
||||
import { SourceRegion } from "source-text";
|
||||
import { SourceRegion } from "source-region";
|
||||
import { ShowParseError } from 'src/ui/Component/ParseError';
|
||||
import { Program } from "src/lang/program";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue