Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit b21dcff

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
Automated rollback of commit b742ea6.
PiperOrigin-RevId: 523739294 Change-Id: I38a6d41a277092836f7533649be1778a4e8b59d9
1 parent b742ea6 commit b21dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

closure/goog/conformance_proto.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requirement: {
2727
java_class: "com.google.javascript.jscomp.ConformanceRules$BanThrowOfNonErrorTypes"
2828
error_message: "Only Error or Error subclass objects may be thrown. See https://google.github.io/closure-library/develop/conformance_rules.html#throwOfNonErrorTypes"
2929
# TODO(user): Violation occurs in code generated by Emscripten.
30-
allowlist_regexp: ".+_wasm_js_library_generated.js"
30+
allowlist: "java/com/google/apps/framework/modulesets/wasm/demo/ui/"
3131
allowlist_regexp: ".+/closure/goog/storage/" # throws numbers as part of its api
3232
allowlist_regexp: ".+/closure/goog/testing/mock.js" # throws Object in $recordAndThrow
3333
}

0 commit comments

Comments
 (0)