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

Hashing does not work with ES5 classes that use getters that refer to internal class instances #84

Open
Charles-Can opened this issue Sep 11, 2019 · 0 comments

Comments

@Charles-Can
Copy link

When calling a hash on a class instance that has a getter the calls another a method on another internal class there is an error. confused yet?

See example here: https://stackblitz.com/edit/typescript-yqkcuo

Expected

hash(es5InstanceWithGetter) returns a hash

Actual

cannot call [some property] on undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant