Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work with decorators being applied dynamically #56

Open
GregBrimble opened this issue Nov 19, 2019 · 0 comments
Open

Work with decorators being applied dynamically #56

GregBrimble opened this issue Nov 19, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@GregBrimble
Copy link
Member

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.

@GregBrimble GregBrimble added the enhancement New feature or request label Nov 19, 2019
@GregBrimble GregBrimble added this to the A long way away milestone Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant