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.
- Host: GitHub
- URL: https://github.com/knutwalker/closure_depresolver
- Owner: knutwalker
- License: gpl-3.0
- Created: 2012-05-05T19:36:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-06T00:04:04.000Z (about 14 years ago)
- Last Synced: 2025-09-27T04:39:54.370Z (9 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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.