You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.littemplate.

Class 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 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 file

        source - source js to get template element from

        Returns:

        template element or {code null} if not found