closure-library icon indicating copy to clipboard operation
closure-library copied to clipboard

Provide a tool to build new-format deps.js files.

Open shicks opened this issue 9 years ago • 1 comments

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.

shicks avatar May 11 '16 00:05 shicks

fixed with google-closure-deps

teppeis avatar Feb 23 '19 02:02 teppeis