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

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523556879
Change-Id: I4872868d935edd20088e232f85c449c55b9a952c
  • Loading branch information
Closure Team authored and copybara-github committed Apr 12, 2023
1 parent ea2f538 commit b742ea6
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: "java/com/google/apps/framework/modulesets/wasm/demo/ui/"
allowlist_regexp: ".+_wasm_js_library_generated.js"
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 b742ea6

Please sign in to comment.