rescript-compiler
rescript-compiler copied to clipboard
[WIP] Editor mode
Hi @zth, I tried to play with this locally, but I can't get the library to build:
Is this working for you?
Hi @zth, I tried to play with this locally, but I can't get the library to build:
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 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.
