Class BundleLitParser
java.lang.Object
com.vaadin.flow.component.littemplate.BundleLitParser
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 Summary
Modifier and TypeMethodDescriptionstatic org.jsoup.nodes.Element
parseLitTemplateElement
(String fileName, String source) Get the Lit template element for the given polymer template source.
-
Method Details
-
parseLitTemplateElement
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
-