Skip to content

Optional chaining broken #796

Description

@ltoapant

given: this code:

document.getElementById(ID) ?.remove();

when: pretifying

then: it breakes the Optional chaining

document.getElementById(ID) ? .remove();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions