mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add overlayChangedFiles
This commit is contained in:
@@ -1198,3 +1198,7 @@ databaseMetadata(
|
||||
string metadataKey: string ref,
|
||||
string value: string ref
|
||||
);
|
||||
|
||||
overlayChangedFiles(
|
||||
string path: string ref
|
||||
);
|
||||
|
||||
@@ -28296,5 +28296,16 @@
|
||||
</dep>
|
||||
</dependencies>
|
||||
</relation>
|
||||
<relation>
|
||||
<name>overlayChangedFiles</name>
|
||||
<cardinality>50</cardinality>
|
||||
<columnsizes>
|
||||
<e>
|
||||
<k>path</k>
|
||||
<v>50</v>
|
||||
</e>
|
||||
</columnsizes>
|
||||
<dependencies/>
|
||||
</relation>
|
||||
</stats>
|
||||
</dbstats>
|
||||
|
||||
@@ -6,7 +6,7 @@ display_name: "JavaScript/TypeScript"
|
||||
version: 1.22.1
|
||||
column_kind: "utf16"
|
||||
unicode_newlines: true
|
||||
overlay_support_version: 20250108
|
||||
overlay_support_version: 20250626
|
||||
build_modes:
|
||||
- none
|
||||
file_coverage_languages:
|
||||
|
||||
Reference in New Issue
Block a user