Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a694928

Browse files
committed
use the extractor option directly instead
1 parent 9c52077 commit a694928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/integration-tests/all-platforms/no-types
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create([], lang="javascript", extra_env={"CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES": "true"})
3+
run_codeql_database_create([], lang="javascript", extra_args=["-Oskip_types=true"])

0 commit comments

Comments
 (0)