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, if a transformer throws an exception due to the user passing in invalid configuration, that exception is printed with no context as an unexpected error. Pub shouldn't consider this an unexpected error, and should provide enough context for the user to determine which transformer failed and which package provided the transformer with its configuration.
This support also needs to work for the built-in dart2js transformer when issue #14664 is fixed.
The text was updated successfully, but these errors were encountered:
Right now, if a transformer throws an exception due to the user passing in invalid configuration, that exception is printed with no context as an unexpected error. Pub shouldn't consider this an unexpected error, and should provide enough context for the user to determine which transformer failed and which package provided the transformer with its configuration.
This support also needs to work for the built-in dart2js transformer when issue #14664 is fixed.
The text was updated successfully, but these errors were encountered: