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
The TypeScript implementation tries to decode this as a builtin type, but throws an error. It would be probably be best to just interpret such a type as a normal string for now.
Not really I guess. It is not wise to map all non-builtin PrimiteTypes to string. On the MPS side you at least know that something is a constained string type, so it would be better to map that to string there.
The TypeScript implementation tries to decode this as a builtin type, but throws an error. It would be probably be best to just interpret such a type as a normal string for now.
The text was updated successfully, but these errors were encountered: