Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 2b406ba

Browse files
Fix build issue
1 parent 3b6a388 commit 2b406ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

codelab-elements/google-codelab/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ closure_js_library(
2525
name = "google_codelab",
2626
srcs = [
2727
"google_codelab.js",
28-
"google_codelab_def.js"
28+
"google_codelab_def.js",
2929
],
3030
deps = [
3131
"@io_bazel_rules_closure//closure/library",
@@ -40,6 +40,9 @@ closure_js_library(
4040
srcs = [
4141
"externs.js",
4242
],
43+
suppress = [
44+
"JSC_STRICT_INEXISTENT_PROPERTY",
45+
]
4346
)
4447

4548
# Compiled version of GoogleCodelabStep element, suitable for distribution.

0 commit comments

Comments
 (0)