extract_js_from_html_files

Function extract_js_from_html_files 

Source
fn extract_js_from_html_files(
    index: usize,
    entry: &PathBuf,
) -> Result<ExtractedChartJs, HtmlError>
Expand description

Extracts the content of the last <script> tag from an HTML file.