Class BundleLitParser

java.lang.Object
com.vaadin.flow.component.littemplate.BundleLitParser

public final class BundleLitParser extends Object
Parse statistics data provided by webpack.

For internal use only. May be renamed or removed in a future release.

Since:
Author:
Vaadin Ltd
See Also:
  • Method Details

    • parseLitTemplateElement

      public static org.jsoup.nodes.Element parseLitTemplateElement(String fileName, String source)
      Get the Lit template element for the given polymer template source.
      Parameters:
      fileName - name of the handled file
      source - source js to get template element from
      Returns:
      template element or {code null} if not found