Add JSDoc for getRawLanguagesNoAutodetect

This commit is contained in:
Henry Mercer
2026-05-08 17:55:10 +01:00
parent 2a950b930c
commit 9a85234875
+1
View File
@@ -407,6 +407,7 @@ export async function getLanguages(
return languages;
}
/** Parses the `languages` input into a list of languages without checking if they are supported by CodeQL. */
export function getRawLanguagesNoAutodetect(
languagesInput: string | undefined,
): string[] {