Skip to content

Is it possible to __get__('Class.#private_property')? #214

Description

@kolbma

With ES6 my TS code became in JS something like _Class_private_property.
So I could use __get__() of rewire to get the object.
Now my question if the TS code becomes rewritten to some JS ES2022 and has also Class and #private_property, how do I call __get()__ on it? Is it possible?

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