You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Google Closure compiler with ADVANCED_OPTIMIZATIONS, the @typedef properties in src/common/event-typedefs.js get renamed which means things break.
There looks to be nothing relevant for us VerificationClient users in src/externs and there is no documented advice so it is unclear how this should be handled.
My awful solution is to concatenate constants.js and event-typedefs.js as a make shift externs file but either I am missing something or everyone has to manually do something like this?
Can we have an externs file for VerificationClient users please that preserves the the properties appearing in the events from OMID.registerSessionObserver or alternatively advise on what we all should be doing?
The text was updated successfully, but these errors were encountered:
When using Google Closure compiler with
ADVANCED_OPTIMIZATIONS
, the@typedef
properties insrc/common/event-typedefs.js
get renamed which means things break.There looks to be nothing relevant for us VerificationClient users in
src/externs
and there is no documented advice so it is unclear how this should be handled.My awful solution is to concatenate
constants.js
andevent-typedefs.js
as a make shift externs file but either I am missing something or everyone has to manually do something like this?Can we have an externs file for VerificationClient users please that preserves the the properties appearing in the events from
OMID.registerSessionObserver
or alternatively advise on what we all should be doing?The text was updated successfully, but these errors were encountered: