Skip to content

Incorrect space deletion after brace #13114

Description

@saschanaz

TypeScript Version:  master branch

Code

({});

Expected behavior:

( {} ); // with insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis

Actual behavior:

( {}); // with insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: FormatterThe issue relates to the built-in formatterFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions