From b21dcff8f151f56badc9bb9cd08dfc07e3e55376 Mon Sep 17 00:00:00 2001 From: Closure Team Date: Wed, 12 Apr 2023 10:30:55 -0700 Subject: [PATCH] Automated rollback of commit b742ea69645f92b0e87602b0e66e95dfb2d2ad4c. PiperOrigin-RevId: 523739294 Change-Id: I38a6d41a277092836f7533649be1778a4e8b59d9 --- closure/goog/conformance_proto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closure/goog/conformance_proto.txt b/closure/goog/conformance_proto.txt index bfb81765d6..4ce48fceee 100644 --- a/closure/goog/conformance_proto.txt +++ b/closure/goog/conformance_proto.txt @@ -27,7 +27,7 @@ requirement: { java_class: "com.google.javascript.jscomp.ConformanceRules$BanThrowOfNonErrorTypes" error_message: "Only Error or Error subclass objects may be thrown. See https://google.github.io/closure-library/develop/conformance_rules.html#throwOfNonErrorTypes" # TODO(user): Violation occurs in code generated by Emscripten. - allowlist_regexp: ".+_wasm_js_library_generated.js" + allowlist: "java/com/google/apps/framework/modulesets/wasm/demo/ui/" allowlist_regexp: ".+/closure/goog/storage/" # throws numbers as part of its api allowlist_regexp: ".+/closure/goog/testing/mock.js" # throws Object in $recordAndThrow }