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
{{ message }}
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
As we discussed in person, throwing errors rather than just printing them to stdout will cause them to be handled gracefully by pub and associated with the configuration being processed.
<img src="https://avatars.githubusercontent.com/u/2152569?v=3" align="left" width="96" height="96"hspace="10"> Issue by blois
Originally opened as dart-lang/sdk#20170
Angular's transformers need a complex chunk of code to read and validate transformer parameters from the pubspec.yaml file, and generates not-too-helpful errors-
https://github.com/angular/angular.dart/blob/master/lib/transformer.dart#L64
It would be great if this were provided by BarbackSettings and could give users much better error messages (with location in the pubspec file?)
Polymer has a very similar validation as well (and all of them are currently just printing errors).
The text was updated successfully, but these errors were encountered: