mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Fix build after []
Fixes [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165933643
This commit is contained in:
parent
77c62219d5
commit
cb854f1b8b
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ closure_js_library(
|
|||
suppress = [
|
||||
"JSC_UNKNOWN_EXPR_TYPE",
|
||||
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
||||
"JSC_DEPRECATED_PROP_REASON",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/ui/soy",
|
||||
|
|
|
@ -12,6 +12,7 @@ closure_js_library(
|
|||
suppress = [
|
||||
"JSC_UNKNOWN_EXPR_TYPE",
|
||||
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
||||
"JSC_DEPRECATED_PROP_REASON",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/ui/js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue