State of rescript lib Docs
Ideally, it all should be generated from code and hosted somewhere, like it’s done in Rust. When I need docs for any of a Rust library, I don’t waste time on rambling. I go straight to docs.rs right...
View Article@deprecated only works on external?
It works for any definition but only when it’s placed in the interface and also when used in a different file. It doesn’t trigger a warning when used in the same file.
View ArticleGauging interest on outputting certain ReScript comments to JS
Hey, I’m curious if there’s any further progress here? It’s definitely a feature I’m interested in (for the same reason as mentioned above, writing a library in Rescript but I ship it as a ts/js...
View ArticleState of rescript lib Docs
The rust approach requires additional infrastructure. We don’t have a package manager. My suggestion is to use Package Index | ReScript Documentation as an indexer. The user adds keywords and we...
View Article"in-source" config bleeds into node_modules?
Hi folks. I am trying to write a node script in rescript, deployed as an npm package. My scripts package depends on a second rescript npm package, that itself has in-source: true so it can import a js...
View Article@deprecated only works on external?
He lives! I have seen deprecated flagged in same-file before let me see if i can repro. You old guard love resi files but I’m convinced js world has no taste for them, so would love to see...
View ArticleState of rescript lib Docs
Thanks for doing this woeps, its coming to me at just a perfect time.
View ArticleState of rescript lib Docs
It would be fantastic if we could gather up a little group of interested people and drive this over the finish line. We have a lot of the needed parts, now just need to tweak them and put them...
View ArticleState of rescript lib Docs
Here’s my tool for producing markdown from the json: GitHub GitHub - noble-ai/rescript-documentation Contribute to noble-ai/rescript-documentation development by creating an account on GitHub. I...
View ArticleState of rescript lib Docs
speaking of types? i notice that modules are simple items and do not contain their children? That might be nice to do in tools? [edit, no it looks like they are nested. sorry!]
View ArticleGauging interest on outputting certain ReScript comments to JS
I think it should be propagated when you use genType
View ArticleState of rescript lib Docs
Just wanted to chime in and thank everyone for working on this! We’re interested in adopting ReScript on my team, but the main point causing us to hesitate is the lack of a uniform documentation...
View ArticleGauging interest on outputting certain ReScript comments to JS
How about killing two birds with one stone? The @@directive decorator takes any string literal and outputs it at the top of the generated JavaScript file. Instead, how about outputting it at the...
View ArticleGauging interest on outputting certain ReScript comments to JS
It needs to be extended anyway, at least you cannot use it for “use server” yet, since that is usually not at the top of the file (mentioned in this issue).
View Article[ANN] Editor integration: type checking/feedback without saving (experimental)
It’s our great pleasure to announce experimental support in the editor tooling for type checking without saving! This means you’ll get feedback on your code directly, without needing to save. It also...
View Article[ANN] Editor integration: type checking/feedback without saving (experimental)
Thanks for this amazing job! This is the best news I’ve heard this year for Rescript.
View Article[ANN] Editor integration: type checking/feedback without saving (experimental)
First touch is INSANE. Feels unbelievably snappy. Main job has been working on a giant TS monorepo. What a breathe of fresh air
View Article[ANN] Editor integration: type checking/feedback without saving (experimental)
zth: Other than being one of the most requested features for the editor tooling, this lays ground work needed for more advanced features in the editor tooling, that we will be exploring next. This...
View Article[ANN] Editor integration: type checking/feedback without saving (experimental)
@zth Could you describe what allowed you to achieve the feature and why it wasn’t possible before?
View Article[ANN] Editor integration: type checking/feedback without saving (experimental)
I feel like my productivity has doubled, that’s too nice!
View Article