-
Notifications
You must be signed in to change notification settings - Fork 54
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
About Private properties # need babel support #180
Comments
Hello, I'm sorry it breaks on your code. According to "Can I use" public, private class fields and private methods have been supported for 2 years. So we estimate that it is OK to use it. Thanks for your feedback and your workaround. I hope it will be useful if someone else has the same error. Best regards |
I have submitted an issue to @antv/layout 0.3.x and will temporarily use resolutions to lock the version. Thank you for your reply. |
Because we will keep usage of private fields / methods , and will not transpile to old target. Best regards |
I have some kind of this issue, but your resolve doesn`t work for me ... What i do wrong ? Failed to compile. This my issue
|
Lock the ml-matrix on "6.10.8", It`s work for me |
Not work |
QuestionAttempt to import package EnvironmentSteps to reproduceimporting butterfly-dag from before (
|
i find error in matrix, need add babel plugin to support that
"plugins": [
"@babel/plugin-proposal-private-methods",
"@babel/plugin-proposal-private-property-in-object"
]
The text was updated successfully, but these errors were encountered: