mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 09:20:29 +02:00
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:
parent
33ee7de457
commit
32ed197103
12 changed files with 832 additions and 42 deletions
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue