Preparation for new partial syntax
This commit is contained in:
parent
437e91a004
commit
84cfc5863e
7 changed files with 99 additions and 36 deletions
|
|
@ -2,7 +2,7 @@ import { createMemo, createSignal, Show } from 'solid-js';
|
|||
import { sourceText } from 'source-region';
|
||||
import type { CodePointSpan, SourceRegion, SourceText } from 'source-region';
|
||||
import { parseDocument } from '../parser';
|
||||
import type { ParseError } from '../parser';
|
||||
import type { ParseError } from '../parse_errors';
|
||||
import type { ConcreteSyntax } from '../syntax';
|
||||
import { spanLabel } from './format';
|
||||
import { PaneHeader, PaneSplitter } from './Pane';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue