tx46

Results 88 comments of tx46

fyi, rewatch hangs in the background (but tests work) ``` close timed out after 10000ms Tests closed successfully but something prevents Vite server from exiting You can try to identify...

also, it should probably run build with `--dev` for tests i think

im trying to set up a new project do demonstrate the issue but can't. it's however ongoing in my main repo. could this be a configurational issue?

ok so the issue is apparently that we were using `preserveSymlinks: true`. you may close this issue

> Just a side note - I don't think we can call these formatter things bugs. It's a formatter behavior that's intentional. You can agree or disagree of course, and...

> Is this also the case with `type` (records, inline in variant)? no, just `exception`

> We do have https://github.com/rescript-lang/create-rescript-app for this. Maybe we should add a note about that to rescript's (rewatch's) help message. > > `rescript.json` needs to be valid JSON, not JSONC....

> Then still it would be better to just have a barebones template in Create-ReScript-App. Many people don't have a globally installed ReScript on their machine. ok, fair point. i...

> [@tx46](https://github.com/tx46) can I see your real world example of this? i don't have any at hand but the example is real, because of the different line lengths they're wrapped...

> Another idea is to force print decorators on the line above the external keyword in general. > > @decorator1 @decorator2 @decorator3 > external f1: someType1 => someType2 = "someFunc"...