Skip to content

how to not convert numbers into hexadecimal? #1317

@acemtp

Description

@acemtp

I have this JS:

setInterval(sendHeartbeat, 1000 * 60 * 1);

When I pass it to the package, it transforms the 1000 * 60 * 1 into:

setInterval(sendHeartbeat, 0x3e8 * 0x3c * 0x1);

I don't find any options to keep the number as it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions