🔎 Search Terms
"lsp"
🕗 Version & Regression Information
version "typescript": "5.3.3"
⏯ Playground Link
No response
💻 Code
// 🦁.tsexportconstfoo="bar";// main.tsimport{bar}from'./🦁.ts';🙁 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

🔎 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