Skip to content

Symbol descriptions are printed literally #70

@SteelAlloy

Description

@SteelAlloy

When devaluing a Symbol with either devalue.uneval or devalue.stringify, the description string is printed as is instead of keeping it as a string.

devalue.uneval(Symbol("test")) // "Symbol(test)"

devalue.uneval(Symbol("test\n")) // "Symbol(test
// )"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions