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
Right now Element.type is a string. I keep running into new element types that I haven't seen before, and I have to add another else-if block to handle the additional element type. If this was an enum rather than a string, then the Dart tooling would show me which element types I still need to implement support for.
The text was updated successfully, but these errors were encountered:
Right now
Element.type
is a string. I keep running into new element types that I haven't seen before, and I have to add another else-if block to handle the additional element type. If this was an enum rather than a string, then the Dart tooling would show me which element types I still need to implement support for.The text was updated successfully, but these errors were encountered: