Skip to content

Use suffix symbol notation when string used as hash keys #1

@drush

Description

@drush

When converting strings used in hashes (either from JSON hashes), plugin should detect and use colon-suffix notation rather than colon-prefix notation:

IE

{ "key": "value"} should yield {key: "value} NOT {:key: "value"}

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