rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

[WIP] Editor mode

Open zth opened this issue 8 months ago • 3 comments

zth avatar Mar 28 '25 16:03 zth

Hi @zth, I tried to play with this locally, but I can't get the library to build:

image

Is this working for you?

nojaf avatar Apr 15 '25 06:04 nojaf

Hi @zth, I tried to play with this locally, but I can't get the library to build:

image

Is this working for you?

Seeing the same locally. I had this previously, but can't remember what it was. Will try and have a look soon.

zth avatar Apr 15 '25 07:04 zth

@zth the snapshot testing thing I mentioned is shown in this talk.

The thoughts I'm having about this is to have a snapshot per grand part of the test:

  • What untyped ast node was found
  • What typed tree info matches that.
  • What are the completions for it.

nojaf avatar Apr 27 '25 09:04 nojaf