JS: Update DeclarationFiles test

This commit is contained in:
Asger F
2019-08-29 20:48:57 +01:00
parent 5874c14a9c
commit f219598281
2 changed files with 5 additions and 5 deletions

View File

@@ -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 |

View File

@@ -1,4 +1,4 @@
import javascript
from ReferenceImport comment
select comment, comment.getAttributeName(), comment.getAttributeValue(), comment.getImportedFile()
select comment, comment.getAttributeName(), comment.getAttributeValue()