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
Using --isolation_mode="IIFE" or --output_wrapper="(function(){%output%)).call(this);" flag to Google Closure Compiler which will not preserve previous IIFE. (See Flags-and-Options)
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
UMD rxjs file will inject global variable
$jscomp
to global/window.Reproduction
test code
Expected behavior
UMD rxjs file will only inject global variable
rxjs
to global/window.Environment
Possible Solution
Using
--isolation_mode="IIFE"
or--output_wrapper="(function(){%output%)).call(this);"
flag to Google Closure Compiler which will not preserve previous IIFE. (See Flags-and-Options)Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: