Justin Magaram

Results 34 comments of Justin Magaram

This seems to work - import types from the base folder. Not sure why that is necessary. ``` import type ListBox from "elix/src/base/ListBox"; ``` Well maybe not. I can access...

Wrote one and called it from my app. Worked great. Haven't tried calling it from a unit test.

The delay? This is all in Edit mode... Open document A and scroll down, put the cursor somewhere Ctrl+O and open document B (on top of A) Click "go back"...

I've been investigating. Probably a weakness in the vitest extension or ReScript's ability to completely inline everything. https://github.com/vitest-dev/vscode/issues/127