Unicode freaks it out
Author: GanerCodesCreated Feb 13, 2026Updated Jul 13, 2026
let = 1;turns into
let = 1;despite being a valid JS identifier. (if i had to guess, it might be due to getting the length of a string with in utf-16 by accident?)
Source: beautifier/js-beautify