mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
JS: Update DeclarationFiles test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| client1.ts:1:1:1:40 | /// <re ... .ts" /> | path | framework1.d.ts | framework1.d.ts:0:0:0:0 | framework1.d.ts |
|
||||
| client2.ts:1:1:1:36 | /// <re ... rk2" /> | types | framework2 | node_modules/@types/framework2/index.d.ts:0:0:0:0 | node_modules/@types/framework2/index.d.ts |
|
||||
| declare-module-client2.ts:1:1:1:45 | /// <re ... d.ts"/> | path | ./declare-module.d.ts | declare-module.d.ts:0:0:0:0 | declare-module.d.ts |
|
||||
| declare-module-client.ts:1:1:1:43 | /// <re ... d.ts"/> | path | declare-module.d.ts | declare-module.d.ts:0:0:0:0 | declare-module.d.ts |
|
||||
| client1.ts:1:1:1:40 | /// <re ... .ts" /> | path | framework1.d.ts |
|
||||
| client2.ts:1:1:1:36 | /// <re ... rk2" /> | types | framework2 |
|
||||
| declare-module-client2.ts:1:1:1:45 | /// <re ... d.ts"/> | path | ./declare-module.d.ts |
|
||||
| declare-module-client.ts:1:1:1:43 | /// <re ... d.ts"/> | path | declare-module.d.ts |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from ReferenceImport comment
|
||||
select comment, comment.getAttributeName(), comment.getAttributeValue(), comment.getImportedFile()
|
||||
select comment, comment.getAttributeName(), comment.getAttributeValue()
|
||||
|
||||
Reference in New Issue
Block a user