urlang icon indicating copy to clipboard operation
urlang copied to clipboard

Identifier that begin with ~

Open soegaard opened this issue 2 years ago • 0 comments

Even though ~ can be used in an identifier (check this) it can't be used as the first character.

https://stackoverflow.com/questions/1661197/what-characters-are-valid-for-javascript-variable-names

Thus mangle needs to handle the first character specially.

soegaard avatar Dec 20 '22 13:12 soegaard