mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Improve JSDoc
This commit is contained in:
@@ -34,7 +34,13 @@ export function isBuiltInLanguage(
|
||||
}
|
||||
|
||||
/**
|
||||
* Parses a built-in language name or alias.
|
||||
* Parse a language input corresponding to a built-in language into its canonical CodeQL language
|
||||
* name.
|
||||
*
|
||||
* This uses the language aliases shipped with the Action and will not be able to resolve aliases
|
||||
* added by third-party CodeQL language support or versions of the CodeQL CLI newer than the one
|
||||
* mentioned in `defaults.json`. Therefore, this function should only be used when the CodeQL CLI is
|
||||
* not available.
|
||||
*/
|
||||
export function parseBuiltInLanguage(
|
||||
language: string,
|
||||
|
||||
Reference in New Issue
Block a user