Results 45 issues of Ben

#57 Added basic support for reading comments as type annotations in certain positions: ```ts error: ┌─ ./private/test-files/demo.ts:1:24 │ 1 │ const x /* string */ = 4; │ ------ ^...

feedback-needed
needs-investigation

A aim of Ezno is to work without writing type annotations. Variables don't need them because of the value system, return types are based on the body. The final piece...

feedback-needed
checking

This probably creates issues, or at least isn't particular optimal https://github.com/kaleidawave/ezno/blob/48deac29bd271755ab647f52a903c5111aca89a2/checker/src/events/application.rs#L42-L52

bug
context

*need to update the 2k lines of code I wrote last year to the new Ezno* [There is an example video near the top of the page](https://kaleidawave.github.io/posts/introducing-ezno) Things to consider:...

lsp

As much as want it not to exist. I guess it needs to be supported. ### Steps - Add a variant to `ObjectNature` which is `Proxy { trap: TypeId }`...

good-second-issue
checking