greatly simplify state + cleanup code
This commit is contained in:
parent
2d0deca127
commit
5964510036
11 changed files with 268 additions and 321 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import type { EditorState } from "./Editor";
|
||||
import type { Dynamic, ResolvedType } from "./types";
|
||||
import type { Dynamic } from "./eval";
|
||||
import type { ResolvedType } from "./eval";
|
||||
|
||||
|
||||
export interface LambdaBlockState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue