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

Commit

Permalink
Automated rollback of commit b742ea6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523739294
Change-Id: I38a6d41a277092836f7533649be1778a4e8b59d9
  • Loading branch information
Closure Team authored and copybara-github committed Apr 12, 2023
1 parent b742ea6 commit b21dcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closure/goog/conformance_proto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b21dcff

Please sign in to comment.