Skip to content

Commit

Permalink
fix: JsDoc for EntryFilesAnalyzer.analyze should have string|Url union
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Apr 12, 2024
1 parent 5a3772a commit 4bf8f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntryFilesAnalyser.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class EntryFilesAnalyser {
/**
* Analyzes a set of entry files asynchronously, yielding analysis reports.
*
* @param {string[] | URL[]} entryFiles
* @param {(string | URL)[]} entryFiles
* @yields {Object} - Yields an object containing the analysis results for each file.
*/
async* analyse(entryFiles) {
Expand Down

0 comments on commit 4bf8f8a

Please sign in to comment.