Update Nomulus to build with bazel 0.16.0

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208097351
This commit is contained in:
jianglai 2018-08-09 13:01:26 -07:00
parent 33ee7de457
commit 32ed197103
12 changed files with 832 additions and 42 deletions

View file

@ -7,4 +7,7 @@ load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library")
closure_js_library(
name = "externs",
srcs = glob(["*.js"]),
suppress = [
"JSC_STRICT_INEXISTENT_PROPERTY",
],
)