Closed harryterkelsen closed 9 years ago
LGTM, please merge.
Should I merge even if there are several hundred places in Angular that will become errors if this check is turned on?
Yes, but that makes you responsible to fix those in Angular when you upgrade ts2dart :-)
I've already fixed all of the private fields without leading underscores. I would actually like to allow public fields with leading underscores since that is helpful for dart2js. What do you think?
Merged as e288c35.
As discussed offline, let's make all those public fields leading with an underscore in angular private
, as they should be.
Fixes #278