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
If this file gets compiled with terser via sprockets
it complain about top-level await is not available.
This code will always ever run in context of a module,
which implicitely implies strict mode, but Terser need
this hint anyway.
Refs ahorek/terser-ruby#62Closes#3245
(cherry picked from commit 1c19cd4)
0 commit comments