This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Limit the number of exported symbols from angular libraries #398
Milestone
Comments
Is it possible to analyze the package and track the exported symbols? @justinfagnani |
Stealing this one for some fun. |
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 19, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 19, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 19, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 19, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 19, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 20, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 20, 2014
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Mar 20, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
package:angular/angular.dart
is exporting too many unnecessary symbols which sometime clash with other user-defined and 3rd-party symbols. For instance,NullTreeSanitizer
is commonly used.The text was updated successfully, but these errors were encountered: