rules_closure icon indicating copy to clipboard operation
rules_closure copied to clipboard

closure_js_deps skips es6 modules

Open ribrdb opened this issue 6 years ago • 0 comments

closure_js_deps uses depswriter.py, which has no support for es6 modules. I was looking at adding es6 support to depswriter then I saw that closure compiler already has a DepsGenerator class with support for es6. closure_js_deps should use this to generate deps.js

ribrdb avatar Jul 28 '17 02:07 ribrdb