andretshurotshka
andretshurotshka
Build CallExpression ast with type arguments `foo('baz')`
@benjamn any idea?
Any progress here?
Not empty functions, with `while(true)` loop
[Flow](https://flow.org/try/#0PTACDMBsHsHcCh7gK4DsDGAXAltVACACwFNIYAKASgC59iBbAB0wE98BvfEOgJx+h4AafADdo2ACb5sAZ2kZoTAIY4ARpGL5Y2TITpNW8fMdiFsG8ph7JilDgF949oA) [TS](https://typescript-play.js.org/#code/GYVwdgxgLglg9mABACwKYBt1wBQEoBciYqAbqgE6IDeiA9LYnANYBQiiA7sjOqtlORCpc1AL4tRQA) TS is right here, because this function never returns, not returns `void`. I'm asking where should I add this comparison in README
@jedwards1211 what about casting to any? It should basically unfreeze array which is impossible to do, that's why I'm having concern with it
Ok, I see that `any` doesn't do anything to functions, so this is not a problem for `$ReadOnlyArray`. There's also warning mode that only shows warning which is definitely no...
Oh, it can trace assignments with Babel? ```js var foo: string; foo = 1; ``` was converted to ```js import t from "flow-runtime"; var _fooType = t.string(), foo; foo =...
@jedwards1211 can I check what type annotation it has? This would work for `$ReadOnlyArray` or `$ReadOnly`, but wouldn't work for covariant properties Also I think flow-runtime supports multiple files (imports),...