Preparation for new partial syntax
This commit is contained in:
parent
437e91a004
commit
84cfc5863e
7 changed files with 99 additions and 36 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { For, Show } from 'solid-js';
|
||||
import type { JSX } from 'solid-js';
|
||||
import type { CodePointSpan } from 'source-region';
|
||||
import type { ParseError } from '../parser';
|
||||
import type { ParseError } from '../parse_errors';
|
||||
import type { ConcreteSyntax } from '../syntax';
|
||||
import { Expr } from '../syntax';
|
||||
import { errorDetail, errorLabel, errorTitle } from './format';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue