greatly simplify state + cleanup code

This commit is contained in:
Joeri Exelmans 2025-05-14 08:09:35 +02:00
parent 2d0deca127
commit 5964510036
11 changed files with 268 additions and 321 deletions

View file

@ -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 {