I'm finding it difficult to add type annotations to my function named invariant() because of this little guy:
|
let msg = "unsupported arguments in call to invariant()" in |
It seems that many of these functions are special cased. I'm curious as to why, because I can't use any functions that share these names anymore.
I'm finding it difficult to add type annotations to my function named
invariant()because of this little guy:flow/src/typing/type_inference_js.ml
Line 2058 in 0f56d17
It seems that many of these functions are special cased. I'm curious as to why, because I can't use any functions that share these names anymore.