-
Notifications
You must be signed in to change notification settings - Fork 25
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
both AbstractTrees and Gumbo export "children" #31
Comments
huh weird. I don't remember what I was thinking, maybe that having children exported would be convenient because you wouldn't have to care about importing |
OK, now I remember. I did this to avoid backwards incompatible changes: Gumbo had a The only thing I can think to do to avoid this is not export |
I haven't double checked, but I think that something like import AbstractTrees.children
export children (vs the current would probably work? |
In the current version of Gumbo, it seems to be impossible to use the
children
method without qualifying it. This seems perverse whenGumbo
extendschildren
fromAbstractTrees
. I don't yet have a satisfying solution to this.The text was updated successfully, but these errors were encountered: