correct suggestion order also in body of lambda function
This commit is contained in:
parent
1ff4b181ff
commit
24689b3783
7 changed files with 24 additions and 15 deletions
|
|
@ -2,7 +2,7 @@ import { useContext } from "react";
|
|||
|
||||
import "./CallBlock.css";
|
||||
import { Editor, type EditorState, type SetStateFn, type State2Props } from "./Editor";
|
||||
import { EnvContext } from "./EnvContext";
|
||||
import { EnvContext, functionWith3Params, functionWith4Params } from "./EnvContext";
|
||||
import { evalCallBlock2, evalEditorBlock, scoreResolved, type ResolvedType } from "./eval";
|
||||
import { Value } from "./Value";
|
||||
import { GlobalContext } from "./GlobalContext";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue