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
In function parseLitOrPropExpr, I've noticed that if dataType is undefined breeze defines the resulting literal expression as having DataType.String. Shouldn't it do the same thing if dataType is DataType.Undefined?
The text was updated successfully, but these errors were encountered:
In function
parseLitOrPropExpr
, I've noticed that ifdataType
is undefined breeze defines the resulting literal expression as havingDataType.String
. Shouldn't it do the same thing ifdataType
isDataType.Undefined
?The text was updated successfully, but these errors were encountered: