Miro Spönemann
Miro Spönemann
See also #1755
BTW I found an old branch with initial stringifier code by @msujew: https://github.com/eclipse-langium/langium/compare/main...msujew/stringification
Sounds good, however you'll probably still want to make a difference between the project code (`eclipse-openvsx` org) and the code related to the public instance, operated by EF (`EclipseFdn` org)....
> Hey @aabounegm, thanks for looking into this. We've had discussions around this in the past (see https://github.com/eclipse-langium/langium/issues/999 and https://github.com/eclipse-langium/langium-website/issues/243) and I believe this is better served as a guide...
@aabounegm that repo is archived, is that on purpose?
> I have some doubts about the usability of this feature. It will generate an AST that will be good for scoping and validation but annoying for code generation or...
Nice! We could add that to our code base instead of this PR, or WDYT? However, we'd need a name that better reflects its intent – `DeepOptional` is almost the...
In my experience working with TypeScript, there are often situations where we need to make a compromise between full type safety and complexity of the solution. I would not always...
A Boolean assignment with a non-primitive right-hand-side should actually be forbidden. We need a grammar validation check for that.
You can also run `yo` without arguments to see all installed generators and update them when necessary.