Gabriel Nordeborn

Results 452 comments of Gabriel Nordeborn

Deprecation of the Js namespace could be worked on in tandem with this PR for adding automigrations: https://github.com/rescript-lang/rescript/pull/7693

So you've narrowed it down to when there are "overlapping" modules like that? (the issue has to do with incremental typechecking)

Interesting! This is a bit hairy because you'd need to detect anything that's invalid and goes into JSX. This example detects variants because of the uppercased initial letter, but anything...

Feels like fixing this should be quite straight forward. @fhammerschmidt want to take a stab at it?

@fhammerschmidt I could be totally wrong of course, but this sounds like a scenario where we're just not cleaning up the state appropriately when the clean/rebuild happens. So, I'd start...

@steinybot in order to get anywhere meaningful with this you're going to have to fork the compiler and add your own language mode using Rust. That's what I've done with...

IIRC I modelled it after how the TypeScript d.ts types was structured. Very much open to suggestions though, and there's plenty of stuff I'd like to change for ergonomics as...

@nojaf looked at this again. Maybe worth doing something about this? Mull on it and make sure the structure makes sense, and if not, change it.

> I'm considering to split this PR in two, I want to experiment a bit further with the dump tool. Would like to extract the signature information part in a...