public final class BundleLitParser extends Object
For internal use only. May be renamed or removed in a future release.
LitTemplateParser
Modifier and Type | Method and Description |
---|---|
static String |
getHashFromStatistics(String fileContents)
Gets the hash from the string content of a webpack stats file.
|
static String |
getSourceFromStatistics(String fileName,
elemental.json.JsonObject statistics,
VaadinService service)
Get a module source from the statistics Json file generated by webpack.
|
static elemental.json.JsonObject |
parseJsonStatistics(String fileContents)
Parses the content of the stats file to return a json object.
|
static org.jsoup.nodes.Element |
parseLitTemplateElement(String fileName,
String source)
Get the Lit template element for the given polymer template source.
|
public static String getHashFromStatistics(String fileContents)
fileContents
- the content of the stats filepublic static elemental.json.JsonObject parseJsonStatistics(String fileContents)
fileContents
- the content of the stats filepublic static String getSourceFromStatistics(String fileName, elemental.json.JsonObject statistics, VaadinService service)
fileName
- name of the file to get from the jsonstatistics
- statistics json as a JsonObjectservice
- current VaadinServicepublic static org.jsoup.nodes.Element parseLitTemplateElement(String fileName, String source)
fileName
- name of the handled filesource
- source js to get template element fromCopyright © 2022. All rights reserved.