component-elements icon indicating copy to clipboard operation
component-elements copied to clipboard

Refactor parseHtml into shared package

Open jahilldev opened this issue 3 years ago • 0 comments

  • For better maintenance, we've now moved the parseHtml logic 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

jahilldev avatar Apr 28 '22 15:04 jahilldev