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

Typechecking fails in uglified script #427

Closed
karelbilek opened this issue Jul 27, 2015 · 2 comments
Closed

Typechecking fails in uglified script #427

karelbilek opened this issue Jul 27, 2015 · 2 comments

Comments

@karelbilek
Copy link
Contributor

When I use uglify in a script, the "type forcing" fails when creating HDNode.

What goes into typeforce is "Point" and an actual point, but the Point constructor is minified as r and typeforcing fails, and the whole creation fails.

Is that normal/expected?

@karelbilek
Copy link
Contributor Author

Nevermind, I found the note in the readme. Sorry!

@dcousens
Copy link
Contributor

Thanks @Runn1ng :), we'll see if we can avoid some of these issues by removing the duck-typing via #407 in 2.0.0.

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

No branches or pull requests

2 participants