Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570541649
Change-Id: I2e81426e987381ecb752337d83e9de0c9eaaf017
  • Loading branch information
Closure Team authored and copybara-github committed Oct 4, 2023
1 parent f21e871 commit d993529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions closure/goog/conformance_proto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ requirement: {
allowlist_regexp: ".+/closure/goog/testing/" # global assert methods, etc
allowlist_regexp: ".+/closure/goog/tweak/testhelpers.js" # global values
allowlist_regexp: "^Post-" # injected '_ModuleManager_initialize'
allowlist_regexp: "\\$togglesinit" # inject '_F_toggles_initialize'

# Allowlist for global names
value: "CLOSURE_DEFINES" # Closure Compiler requires this to be a global var
Expand All @@ -69,6 +70,7 @@ requirement: {
allowlist_regexp: ".+/closure/goog/ui/editor/toolbarcontroller.js"
# TODO(user): Violation occurs in code generated by Emscripten.
allowlist_regexp: ".+_wasm_js_library_generated.js"
allowlist_regexp: "\\$togglesinit" # inject '_F_toggles_initialize'
}

### Browser tech requirements ###
Expand Down

0 comments on commit d993529

Please sign in to comment.