Moving stuff around
This commit is contained in:
parent
309fa373f4
commit
2129c26fe5
5 changed files with 29 additions and 32 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import { createMemo, createSignal } from 'solid-js';
|
||||
import { sourceText } from 'source-region';
|
||||
import type { CodePointSpan, SourceRegion, SourceText } from 'source-region';
|
||||
import { parseDocument } from '../parser';
|
||||
import { parseDocument, programOf } from '../parser';
|
||||
import type { ConcreteSyntaxResult, PartialConcreteSyntax } from '../parser';
|
||||
import type { ParseError } from '../parse_errors';
|
||||
import { programOf } from '../syntax';
|
||||
import type { ConcreteSyntaxResult, PartialConcreteSyntax } from '../syntax';
|
||||
import { spanLabel } from './format';
|
||||
import { PaneHeader, PaneSplitter } from './Pane';
|
||||
import { SourceGrid } from './SourceGrid';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue