You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TreeWalker node is hardcoding currently. We should generate these nodes dynamically. For each module, we should get its parent module via its parent field, and then search the parent module in the module extract info map. If there is no such parent, then throw an exception and stop the process, otherwise generate every node we need dynamically in this way.
The text was updated successfully, but these errors were encountered:
Taken from #43 (comment)
The
TreeWalker
node is hardcoding currently. We should generate these nodes dynamically. For each module, we should get its parent module via itsparent
field, and then search the parent module in the module extract info map. If there is no such parent, then throw an exception and stop the process, otherwise generate every node we need dynamically in this way.The text was updated successfully, but these errors were encountered: