| 440 | /// Information about a JS file and where it was referenced |
| 441 | #[derive(Debug, Clone)] |
| 442 | pub struct JsFileInfo { |
| 443 | pub js_url: String, |
| 444 | pub reference_url: Option<String>, // URL da página HTML que referencia o JS |
| 445 | } |
| 446 | |
| 447 | /// Scan JS files for packages and validate them |
| 448 | /// js_files_info: Lista de arquivos JS com informações de referência |
nothing calls this directly
no outgoing calls
no test coverage detected