mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
remove space after close bracket only if next token does not start block in function declaration context
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
|
||||
/////*0*/function listAPIFiles(path: string): string[] {/*1*/ }
|
||||
|
||||
goTo.marker("1");
|
||||
edit.insertLine("");
|
||||
goTo.marker("0");
|
||||
verify.currentLineContentIs("function listAPIFiles(path: string): string[] {");
|
||||
Reference in New Issue
Block a user