FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/javascript/resources/codeql-extractor.yml at codeql-cli/v2.25.6 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
455
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
javascript
/
resources
/
codeql-extractor.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (97 loc) · 2.27 KB
Breadcrumbs
codeql
/
javascript
/
resources
/
codeql-extractor.yml
Copy path
File metadata and controls
97 lines (97 loc) · 2.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name
:
"
javascript
"
aliases
:
-
javascript-typescript
-
typescript
display_name
:
"
JavaScript/TypeScript
"
version
:
1.22.1
column_kind
:
"
utf16
"
unicode_newlines
:
true
overlay_support_version
:
20250626
build_modes
:
-
none
default_queries
:
-
codeql/javascript-queries
file_coverage_languages
:
-
name
:
javascript
display_name
:
JavaScript
scc_languages
:
-
JavaScript
-
name
:
typescript
display_name
:
TypeScript
scc_languages
:
-
TypeScript
-
TypeScript Typings
github_api_languages
:
-
JavaScript
-
TypeScript
scc_languages
:
-
JavaScript
-
TypeScript
-
TypeScript Typings
file_types
:
-
name
:
javascript
display_name
:
JavaScript
extensions
:
-
.js
-
.jsx
-
name
:
ecmascript
display_name
:
ECMAScript
extensions
:
-
.es
-
.es6
-
.mjs
-
name
:
typescript
display_name
:
TypeScript
extensions
:
-
.ts
-
.tsx
-
name
:
html
display_name
:
HTML
extensions
:
-
.html
-
.htm
-
.xhtm
-
.xhtml
-
name
:
vue
display_name
:
Vue.js component
extensions
:
-
.vue
-
name
:
data
display_name
:
Data or configuration files
extensions
:
-
.json
-
.yml
-
.yaml
-
.raml
legacy_qltest_extraction
:
true
options
:
trap
:
title
:
TRAP options
description
:
Options about how the extractor handles TRAP files
type
:
object
visibility
:
3
properties
:
cache
:
title
:
TRAP cache options
description
:
Options about how the extractor handles its TRAP cache
type
:
object
properties
:
dir
:
title
:
TRAP cache directory
description
:
The directory of the TRAP cache to use
type
:
string
bound
:
title
:
TRAP cache bound
description
:
A soft limit (in MB) on the size of the TRAP cache
type
:
string
pattern
:
"
[0-9]+
"
write
:
title
:
TRAP cache writeable
description
:
Whether to write to the TRAP cache as well as reading it
type
:
string
pattern
:
"
(true|TRUE|false|FALSE)
"
skip_types
:
title
:
Skip type extraction for TypeScript
description
:
Whether to skip the extraction of types in a TypeScript application
type
:
string
pattern
:
"
^(false|true)$
"
Back
|
FazBrowse Home
|
New Git URL