dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.24k stars 248 forks source link

feat(parser): include the expression that caused an exception during evaluation in the unwrapped error message #1721

Open BlackHC opened 9 years ago

BlackHC commented 9 years ago

This greatly improves debugging of angular.dart apps because it makes it much easier to find the expression that triggered an exception in the actual source code.

Review on Reviewable