Skip to content

object not renaming #289

@ewwink

Description

@ewwink

I set "Transform Object Keys" to true.
input

function tes() {
  return { 'key': 'val' }
}

output

function _0x331670() {
    return { 'key': '\x76\x61\x6c' };
}

it should be like this or not?

function _0x331670() {
    return { '\x6b\x65\x79': '\x76\x61\x6c' };
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions