Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Leading underscore not trimmed in object keys #328

Closed
@azz

Description

@azz

Forwarding from prettier/prettier#2143.

Input:

obj = {                                                                               
  '__': 42 
}

Output:

obj = {                                                                               
  '___': 42 
}

Looks the same as #296

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions