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
{{ message }}
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
// restored twice and messilyif(document.querySelector("p").textContent=.replace("foo","bar"));
Are compiled to:
if(function(){varlhsContext// restored twice and messily=// restored twice and messilydocument.querySelector('p');returnlhsContext.textContent=lhsContext.textContent.replace('foo','bar');}());