interacting with this js file will cause the browser to crash.
here is a gif of me reproducing this in FireFox but I also had the issue in chrome and LibreWolf. The gif pauses for 5 - 10 seconds before the browser warning pops at the top.
Turns out this is caused by the eslint-for-the-browser library we’re using having a nifty bug that allows it to go into an infinite, but not infinitely recursive, loop. Changing the config to not use the useless-escapes rule “fixes” it, so I’ve filed an internal ticket to look at updating that lib to a more modern one that doesn’t soft lock the browser although I can’t make any guarantees on when we can get that fixed and pushed out.