Skip to content

Work with decorators being applied dynamically #56

Description

@GregBrimble

e.g.

class User {
    myProp: number
}

Entity({ datastore })(User)

let user = new User()

Column()(user, 'myProp')

// etc.

Doesn't work right now because repositoryLoad fails. I think it's because the prototype of the user instance is incorrect.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions