Closed matthieusieben closed 3 years ago
I personally use the very handy Highlight Bad Chars vscode extension to prevent this from occurring. Linting might help as well.
Thanks. Javascript source is Unicode compatible but i can't believe how it went there :)
The transpiled code shows that the
ـ
character used in theـredirectURL
variable name is not a regular underscore (ascii 137) but rather a 'ARABIC TATWEEL' (U+0640)