You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Andarist Wait, is that even related? That looks like it's about arbitrary import names, e.g.
import{"π"asyay}from"foo";
...which doesn't work at all today (i.e. it's a feature request), whereas this issue is about unicode characters in module specifiers, which does work today, the filename is just not being rendered property in error messages.
π Search Terms
"lsp"
π Version & Regression Information
version
"typescript": "5.3.3"
β― Playground Link
No response
π» Code
π Actual behavior
The lsp message shows
Module '"./\uD83E\uDD81.ts"' has no exported member 'bar'.ts(2305)
.π Expected behavior
It should be
Module '"./π¦.ts"' has no exported member 'bar'.ts(2305)
.Additional information about the issue
The text was updated successfully, but these errors were encountered: