Skip to content

Commit 9ab7cb8

Browse files
gkdnalexeagle
authored andcommitted
Suppress deprecated on soy generated code. (#429)
User doesn't have control over these so it doesn't make sense to have it enabled by default. In the latest closure library release some method will be deprecated and will cause breakage in most closure template targets without this fix.
1 parent 74dc51f commit 9ab7cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

closure/templates/closure_js_template_library.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def closure_js_template_library(
139139
testonly = testonly,
140140
suppress = suppress + [
141141
"analyzerChecks",
142+
"deprecated",
142143
"reportUnknownTypes",
143144
"strictCheckTypes",
144145
"unusedLocalVariables",

0 commit comments

Comments
 (0)