An open API service indexing awesome lists of open source software.

https://github.com/knutwalker/closure_depresolver

Scans your CL files to help you correctly goog.providing and goog.requiring your classes.
https://github.com/knutwalker/closure_depresolver

Last synced: 8 months ago
JSON representation

Scans your CL files to help you correctly goog.providing and goog.requiring your classes.

Awesome Lists containing this project

README

          

This is the Closure Depresolver.

This programm scans your JS files (that should be using the Closure Library)
and detects Methods and Classes that are used and defined and dives you a
listing of goog.provide and goog.require calls.

The name may change in the future.

Closure Depresolver is in no way affiliated with Google nor is it part of
Google Closure Tools.