urlang
urlang copied to clipboard
Identifier that begin with ~
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.