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:
LitTemplateParser
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jsoup.nodes.Element
parseLitTemplateElement​(String fileName, String source)
Get the Lit template element for the given polymer template source.
-
-
-
Method Detail
-
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 filesource
- source js to get template element from- Returns:
- template element or {code null} if not found
-
-