We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.littemplate.
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 Summary
All 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 fromReturns:
template element or {code null} if not found
-
-