mirror of https://github.com/google/oss-fuzz.git
Add JavaScript as language (#10895)
This commit is contained in:
parent
d6712d688b
commit
de3466d56b
|
@ -259,7 +259,7 @@ def get_parser(): # pylint: disable=too-many-statements,too-many-locals
|
|||
generate_parser.add_argument(
|
||||
'--language',
|
||||
default=constants.DEFAULT_LANGUAGE,
|
||||
choices=['c', 'c++', 'rust', 'go', 'jvm', 'swift', 'python'],
|
||||
choices=['c', 'c++', 'rust', 'go', 'jvm', 'swift', 'python', 'javascript'],
|
||||
help='Project language.')
|
||||
_add_external_project_args(generate_parser)
|
||||
|
||||
|
|
Loading…
Reference in New Issue