I'd like to have an automated check that scans through my codebase and 
warns me if I'm injecting any private Angular APIs (i.e. one prefixed with 
$$). Or barring that, a tool that can scan through my codebase and 
construct a dependency tree, which I could then analyze.

I see https://www.npmjs.org/package/grunt-angular-modules-graph, but it 
only shows module dependencies, not what services/providers a specific 
directive depends on.

Are there any tools (Grunt plugin maybe) that can do this? Maybe someone 
has hacked ng-annotate to return the dependency tree so it can be analyzed?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to