You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that typescript provides union type that consists of true and false literals instead of just Boolean type.
This is suitabe for me.
Probably this is expected behavior.
Bug Report
π Search Terms
TypeFlags Boolean BooleanLiteral
π Version & Regression Information
v4.3.5
β― Playground Link
π» Code
π Actual behavior
It looks like compiler sets BooleanLiteral flag instead of Boolean
π Expected behavior
Should set correct flag
The text was updated successfully, but these errors were encountered: