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

Missing space after formatting array return type. #2628

Closed
vilicvane opened this issue Apr 6, 2015 · 2 comments · Fixed by #3272
Closed

Missing space after formatting array return type. #2628

vilicvane opened this issue Apr 6, 2015 · 2 comments · Fixed by #3272
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue Help Wanted You can do this

Comments

@vilicvane
Copy link

In 1.5 alpha (VS 2013):

function listAPIFiles(path: string): string[] {/*press enter here*/}

Results in:

function listAPIFiles(path: string): string[]{
}
@RyanCavanaugh RyanCavanaugh added the Bug A bug in TypeScript label Apr 6, 2015
@RyanCavanaugh
Copy link
Member

There might be a duplicate bug on this somewhere

@mhegazy mhegazy added this to the Community milestone Apr 6, 2015
@mhegazy mhegazy added the Help Wanted You can do this label Apr 6, 2015
@vilicvane
Copy link
Author

1.4 has a similar bug, 1.5 seems to have only fixed it partially.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants