Conversation
ca78fa0 to
d492739
Compare
|
We've reviewed the direction and we're on board: the scanner plus the id index is the right foundation for #293 and for migrating the splitter onto the parsing layer, so feel free to build on it. Two asks when you take it out of draft: rebase onto current main (the Utils barrel changed), and export the new modules from the package root rather than the Utils barrel, so they never reach the worker bundle (that was the root cause of #289). Looking forward to it! |
|
A question about the end goal that #289 surfaced. |
|
Let me rephrase my question: considering that splitting was devised to workaround ifc parsing limitations (OOM), with this change will splitting be needed? Could/should we consider this as a different approach replacing the need to split ifc files? |
d492739 to
39fe76e
Compare
Description
A draft for #293, WIP
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following:
feat(examples): add hello-world example).fixes #123).