rules_closure icon indicating copy to clipboard operation
rules_closure copied to clipboard

rules_closure violates Closure Compiler visibility for its Java packages

Open concavelenz opened this issue 4 years ago • 0 comments

rules_closure/java/com/google/javascript/jscomp/ places files within the Closure Compiler package allowing it to violate package visibility and use internal APIs.

There are no guarantees about internal APIs and makes it difficult for the Closure Compiler authors to avoid breaking these rules.

concavelenz avatar Sep 04 '19 00:09 concavelenz