Skip to content

Commit

Permalink
Update to the latest version of the closure bazel build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jun 5, 2019
1 parent c3f63a9 commit 6085aa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_closure",
sha256 = "bc7b6edd8684953b851300ef7fa122f4e6e9ed52f509a13724e49ffddb9a14eb",
strip_prefix = "rules_closure-d1110778a2e94bcdac5d5d00044dcb6cd07f1d51",
sha256 = "b6936ecc0b5a1ef616b9d7e76694d414aa5605265c11322257a610fb256b1bf7",
strip_prefix = "rules_closure-7434c41542ca9e1b05166d897b90073d1b8b2cf8",
urls = [
"https://github.com/bazelbuild/rules_closure/archive/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.tar.gz",
"https://github.com/bazelbuild/rules_closure/archive/7434c41542ca9e1b05166d897b90073d1b8b2cf8.tar.gz",
],
)

Expand Down Expand Up @@ -110,4 +110,4 @@ npm_install(
)

load("@npm//:install_bazel_dependencies.bzl", "install_bazel_dependencies")
install_bazel_dependencies()
install_bazel_dependencies()
1 change: 1 addition & 0 deletions javascript/atoms/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ closure_js_library(
name = "dom",
srcs = ["dom.js"],
suppress = [
"JSC_DEPRECATED_PROP",
"JSC_IMPLICITLY_NULLABLE_JSDOC",
"JSC_STRICT_INEXISTENT_PROPERTY",
"JSC_UNKNOWN_EXPR_TYPE",
Expand Down
1 change: 0 additions & 1 deletion third_party/js/wgxpath/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ closure_js_library(
"JSC_MISSING_CONST_PROPERTY",
"JSC_MISSING_REQUIRE_STRICT_WARNING",
"JSC_MISSING_SEMICOLON",
"JSC_REQUIRES_NOT_SORTED",
"JSC_STRICT_INEXISTENT_PROPERTY",
"JSC_UNKNOWN_EXPR_TYPE",
],
Expand Down

0 comments on commit 6085aa6

Please sign in to comment.