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
Mode has a lot of fields transpiled from JavaScript. Not all of them are used by the Dart core. An example is exports field which we ignore when transpiling.
We need to check all other fields. Unused fields should be commented out in a switch but not deleted so that we know we deliberately exclude them.
The text was updated successfully, but these errors were encountered:
Mode
has a lot of fields transpiled from JavaScript. Not all of them are used by the Dart core. An example isexports
field which we ignore when transpiling.We need to check all other fields. Unused fields should be commented out in a
switch
but not deleted so that we know we deliberately exclude them.The text was updated successfully, but these errors were encountered: