Gabriel Nordeborn
Gabriel Nordeborn
Adding to @yawaramin, one thing that helped with my mental model when coming from JS is that it's kind of like a Babel plugin or a macro in that it...
I did an implementation intended to solve this here: https://github.com/zth/rescript-relay/pull/426 @mununki @mbirkegaard what do you think?
Might be a problem with reporting false positives then. When this message keeps appearing, do you still get updated diagnostics from the code analyzer? If you add a new variable...
So new issues from the code analyzer is still presented?
@fhammerschmidt have you noticed more things not working in the extension?
I assume most of these have to do with us not accounting for not setting `uncurried` at all in `bsconfig.json` now implicitly means `uncurried: true`, where it used to mean...
That looks useful indeed. IIRC we don't have a notion of the end tag pos in our AST (because I don't believe it technically exists) but one could experiment with...
It indeed seems like there's not real distinction made between modules and module types. @cristianoc any insight?
@cristianoc 🙏 that did it: https://github.com/rescript-lang/rescript-vscode/issues/902
Yeah this is a matter of pipe completions being specialized and not including regular results. Should be a fairly simple fix.