-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Open
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingHelp WantedYou can do thisYou can do this
Milestone
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

Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingHelp WantedYou can do thisYou can do this