rules_closure icon indicating copy to clipboard operation
rules_closure copied to clipboard

Closure rules for Bazel

Results 86 rules_closure issues
Sort by recently updated
recently updated
newest added

I'm trying to compile a generated javascript protobuf file, and getting this error that I'm trying to suppress: ``` bazel-out/k8-fastbuild/bin/external/com_github_stackb_grpc_js/js/pb/pb.i.js:2076: ERROR - Duplicate namespace: jspb.Message goog.provide("jspb.Message"); ^ Codes: JSC_DUPLICATE_NAMESPACE ```...

Sorry for the epic report... This is really just a cry for help as I sink deeper into the morass of external repository naming conflicts. tldr: loading closure_repositories() into a...

Hi. First off, I'm not sure if this is related to #16 or #193, so I'm opening a new issue. I'm finding that for the `closure_js_test` rule in https://github.com/michaelfig/tink/blob/jstest/javascript/BUILD.bazel#L214 when...

Need help, may be some one know how it work correct. I've got some styles.scss file where got ``` @import '../../node_modules/material/themes'; @include mat-core(); @include angular-material-typography($some-custom-typografy) ``` Please give me answers,...

Hi, I know this has been asked for in 2016 and 2017, but as rules_nodejs was recently updated this year after much experimentation, and as rules_typescript was rewritten to support...

There are two pieces to this: - An aspect which 'upgrades' a ts_library to a closure_js_library by running js_checker. Thus ts_libraries can be included in the deps of a closure_js_library...

cla: no

When compiling a soy template using bazel 0.20.0 I get warnings like this: ``` INFO: From Generating 1 SOY v2 JS file(s): WARNING: An illegal reflective access operation has occurred...

This is a method of mock control defined [here](https://github.com/google/closure-library/blob/master/closure/goog/testing/mockcontrol.js#L89) and documented [here](https://google.github.io/closure-library/api/goog.testing.MockControl.html). But when I try to use this within a closure_js_test, I get `...mockControl$$.$$waitAndVerifyAll$ is not a function`. When...

With the pending release of [polymer 2.0](https://www.polymer-project.org/2.0/docs/about_20) (built upon Shadow DOM v1 & Custom Elements v1) the polymer project is looking interesting. The closure tools blog has a series of...

enhancement