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 using latest commit of `rules_closure` because the latest release (0.10.0) is quite old (Oct 2019), and I've run into similar issues there as well. Here's a relevant excerpt from...

I find that phantomjs renders closure_js_test rather limited in terms of web apis, it's hard to use, and the error messages aren't very good. Is there any appetite for replacing...

protoc should generate extra helper methods for well known types, such as Timesamp.toDate. However these don't get generated when you use the library option to protoc, and it appears that...

To migrate my company's JS codebase to `rules_closure`, I added a language module to Gazelle: https://github.com/bazelbuild/bazel-gazelle/compare/master...robfig:js I don't expect that it will be merged into the upstream project, but @achew22...

Now that there is updated support for Incremental DOM in the Closure Templates repo, is there any way this project could gain support for it again?

Incompatible flag --incompatible_no_implicit_file_export will be enabled by default in a future Bazel release [1], thus breaking rules_closure. The flag is documented here: https://github.com/bazelbuild/bazel/issues/10225 Please check the following CI builds for...

Using `filegroup_external` to download files has the downside that if one bumps the version number of the source URL, but forgets to update the SHA-256 checksum, then Bazel will assume...

When using rules_closure to compile a trivial js application that uses ES6 modules, compilation fails unless `moduleLoad` is suppressed. This can be seen in https://github.com/bazelbuild/rules_closure/pull/409

Tracking bug for making rules_closure conform to Bazel's [Style Guide for Rules](https://docs.bazel.build/versions/master/skylark/deploying.html). Known issues: - [x] Dependencies / Toolchains should be declared by `rules_closure_{dependencies,toolchains}` in `closure/repositories.bzl`: https://docs.bazel.build/versions/master/skylark/deploying.html#dependencies - [ ]...

Closure errors out if you try to get `ex.message` from a catch block. Since reportUnknownTypes is enabled by default and recommended for new code bases with these rules_closure, I'm filing...

bug