component-elements
component-elements copied to clipboard
Refactor parseHtml into shared package
- For better maintenance, we've now moved the
parseHtmllogic into the shared package - The HTML parser now outputs a generic data tree rather than VDom nodes
- Converting the data tree to VDom is still the responsibility of the framework package
TODO
- Define interface for generic data tree representing DOM structure