Skip to content
New issue

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

Broken syntax highlighting when combine overloading and export default #57889

Closed
HitalloExiled opened this issue Sep 4, 2018 · 1 comment
Closed
Assignees
Labels
grammar Syntax highlighting grammar javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@HitalloExiled
Copy link

  • VSCode Version: 1.26.1
  • OS Version: Windows 10

Steps to Reproduce:

//index.ts
export default function foo(): void;
export default function foo(bar: string): void;
export default function foo(bar?: string): void
{ }

Does this issue occur when all extensions are disabled?: Yes

@mjbvz
Copy link
Collaborator

mjbvz commented Sep 4, 2018

This issue was moved to microsoft/TypeScript-TmLanguage#663

@mjbvz mjbvz closed this as completed Sep 4, 2018
@mjbvz mjbvz added upstream Issue identified as 'upstream' component related (exists outside of VS Code) grammar Syntax highlighting grammar labels Sep 4, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
grammar Syntax highlighting grammar javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants