Micha Reiser

Results 628 comments of Micha Reiser

@andreyvolfman that looks awesome!

> Great, thanks! > > @MichaReiser can I solve this issue?:) Sure! I'll assign the issue to you

Yeah, moving this to the analyzer is a good idea, now that @xunilrj implemented the semantic model. One thing that we may need to do tough is to change the...

The issue is that the `TsPropertySignatureClassMember` type doesn't allow for an initializer. ``` TsPropertySignatureClassMember = modifiers: TsPropertySignatureModifierList name: JsAnyClassMemberName property_annotation: TsAnyPropertySignatureAnnotation? ';'? ``` I'm not entirely sure how we want...

> I am going to make a pr to resolve the missing initialization of TsPropertySignatureClassMember I'm not sure if just adding It to `TsPropertySignatureMember` is the way to go as...

> What does "re-balance a tree" mean? To change the tree's shape without changing the semantic meaning. In this particular case, it means that a tree that has nested logical...

Thanks @xunilrj for assembling this list. I've started comparing the issues with the spec * top level return: Not spec compliment. Neither `ScriptBody` nor `ModuleBody` allow for top level return...

> I found a couple of bugs. We fail to parse two files inside the TypeScript repository: > > https://github.com/microsoft/TypeScript/blob/main/src/lib/webworker.generated.d.ts > > ``` > error[SyntaxError]: Illegal use of `arguments` as...

> This is a `.d.ts` file though. Here it's the same. We, by default, assume it's a module and not a script.