closure-library
closure-library copied to clipboard
Provide a tool to build new-format deps.js files.
depswriter.py cannot write the new deps.js format, since it cannot parse language version.
We should either (a) port it to node.js and publish a tool on NPM, or (b) add a mode (or separate tool) to the closure compiler to output deps.js files.
fixed with google-closure-deps