Open
Description
π Search Terms
"lsp"
π Version & Regression Information
version "typescript": "5.3.3"
β― Playground Link
No response
π» Code
// π¦.ts
export const foo = "bar";
// main.ts
import { 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
