Skip to content

unintended escaped string for hoverΒ #57539

Open
@Hajime-san

Description

@Hajime-san

πŸ”Ž 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

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-02-26 10 11 39

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions