We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all 👋
Describe the bug When using typescript in components with context="module" diagnostics are hinted on wrong line/character.
context="module"
To Reproduce Create a component using TS and module="context" that contains type error. For example
module="context"
<script context="module" lang="typescript"> const asd: string = true; </script>
Expected behavior Typescript errors should be placed under correct lines/characters for context="module" components.
Screenshots Actual behavior:
System (please complete the following information):
[email protected]
v102.1.0
Additional context Working on a solution, might open a PR soon.
The text was updated successfully, but these errors were encountered:
fix: diagnostic mapping for context="module" (#585)
35c2a9f
#584
Fix svelte plugin diagnostic mapping for context="module" (#587)
6445a5f
No branches or pull requests
Hi all 👋
Describe the bug
When using typescript in components with
context="module"
diagnostics are hinted on wrong line/character.To Reproduce
Create a component using TS and
module="context"
that contains type error. For exampleExpected behavior
Typescript errors should be placed under correct lines/characters for
context="module"
components.Screenshots

Actual behavior:
System (please complete the following information):
[email protected]
v102.1.0
Additional context
Working on a solution, might open a PR soon.
The text was updated successfully, but these errors were encountered: