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

Skip to content

Commit 66b3c7c

Browse files
author
Henning Makholm
committed
JS tests: add queries.xml
The `queries.xml` file defines which extractor the `codeql test` runner will use to extract databases for the tests. In the future one will be able to write this information in `qlpack.yml`, but we can't do that immediately because the _existing_ CodeQL tooling would refuse to parse a `qlpack.yml` that has the new field in it. Adding a queries.xml file means that the normalization of file names in the test output changes even with the old QLTest, so there are a number of consequential updates of expected output files.
1 parent ed97be4 commit 66b3c7c

17 files changed

Lines changed: 165 additions & 162 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| a.js:0:0:0:0 | a.js | a.js |
2-
| b/c.js:0:0:0:0 | b/c.js | b/c.js |
1+
| a.js:0:0:0:0 | a.js | library-tests/Files/a.js |
2+
| b/c.js:0:0:0:0 | b/c.js | library-tests/Files/b/c.js |

javascript/ql/test/library-tests/Modules/tests.expected

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ test_ExportDeclarations
6161
| m/c.js:5:1:5:30 | export ... '../b'; |
6262
| tst.html:7:3:7:22 | export const y = 42; |
6363
test_getAnImportedModule
64-
| b.js | a.js |
65-
| d.js | a.js |
66-
| d.js | b.js |
67-
| es2015_require.js | d.js |
68-
| f.ts | e.js |
69-
| g.ts | f.ts |
70-
| import-ts-with-js-extension.ts | f.ts |
71-
| m/c.js | b.js |
64+
| library-tests/Modules/b.js | library-tests/Modules/a.js |
65+
| library-tests/Modules/d.js | library-tests/Modules/a.js |
66+
| library-tests/Modules/d.js | library-tests/Modules/b.js |
67+
| library-tests/Modules/es2015_require.js | library-tests/Modules/d.js |
68+
| library-tests/Modules/f.ts | library-tests/Modules/e.js |
69+
| library-tests/Modules/g.ts | library-tests/Modules/f.ts |
70+
| library-tests/Modules/import-ts-with-js-extension.ts | library-tests/Modules/f.ts |
71+
| library-tests/Modules/m/c.js | library-tests/Modules/b.js |
7272
test_getSourceNode
7373
| a.js:1:1:3:1 | export ... n 23;\\n} | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
7474
| a.js:5:1:5:32 | export ... } = o; | x | a.js:5:18:5:20 | f() |

javascript/ql/test/library-tests/NodeJS/RequireImport.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
| a.js:3:6:3:23 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
33
| a.js:4:6:4:29 | require ... /d.js') | ./sub/../d.js | d.js:1:1:7:15 | <toplevel> |
44
| a.js:7:1:7:18 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
5-
| a.js:10:1:10:18 | require(__dirname) | | index.js:1:1:3:0 | <toplevel> |
6-
| a.js:11:1:11:25 | require ... + '/e') | /e | e.js:1:1:6:0 | <toplevel> |
5+
| a.js:10:1:10:18 | require(__dirname) | /library-tests/NodeJS | index.js:1:1:3:0 | <toplevel> |
6+
| a.js:11:1:11:25 | require ... + '/e') | /library-tests/NodeJS/e | e.js:1:1:6:0 | <toplevel> |
77
| a.js:12:1:12:28 | require ... + 'c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
88
| b.js:1:1:1:18 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
99
| d.js:7:1:7:14 | require('foo') | foo | sub/f.js:1:1:4:17 | <toplevel> |
10-
| index.js:2:1:2:41 | require ... b.js")) | /index.js/../b.js | b.js:1:1:8:0 | <toplevel> |
10+
| index.js:2:1:2:41 | require ... b.js")) | /library-tests/NodeJS/index.js/../b.js | b.js:1:1:8:0 | <toplevel> |
1111
| mjs-files/require-from-js.js:1:12:1:36 | require ... on-me') | ./depend-on-me | mjs-files/depend-on-me.mjs:1:1:7:1 | <toplevel> |
1212
| mjs-files/require-from-js.js:2:12:2:39 | require ... me.js') | ./depend-on-me.js | mjs-files/depend-on-me.js:1:1:8:0 | <toplevel> |
1313
| mjs-files/require-from-js.js:3:12:3:40 | require ... e.mjs') | ./depend-on-me.mjs | mjs-files/depend-on-me.mjs:1:1:7:1 | <toplevel> |
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
| Box in shared_non_expansive.ts | has no properties |
2-
| Box in through_non_expansive.ts | has no properties |
3-
| C in expansive_class.ts | has no properties |
4-
| Expand in through_non_expansive.ts | has no properties |
5-
| ExpandUsingObjectLiteral in expansive_object_literal.ts | has no properties |
6-
| Expansive in leading_into_expansion.ts | has no properties |
7-
| Expansive in simple.ts | has no properties |
8-
| ExpansiveA in mutual.ts | has no properties |
9-
| ExpansiveA in mutual_multigraph.ts | has no properties |
10-
| ExpansiveB in mutual.ts | has no properties |
11-
| ExpansiveB in mutual_multigraph.ts | has no properties |
12-
| ExpansiveByInference in expansive_by_inference.ts | has no properties |
13-
| ExpansiveC in mutual.ts | has no properties |
14-
| ExpansiveC in mutual_multigraph.ts | has no properties |
15-
| ExpansiveConstructSignature in expansive_signature.ts | has no properties |
16-
| ExpansiveD in mutual.ts | has no properties |
17-
| ExpansiveD in mutual_multigraph.ts | has no properties |
18-
| ExpansiveFunctionType in expansive_signature.ts | has no properties |
19-
| ExpansiveMethod in expansive_signature.ts | has no properties |
20-
| ExpansiveParameter in expansive_signature.ts | has no properties |
21-
| ExpansiveSignature in expansive_signature.ts | has no properties |
22-
| ExpansiveSignatureTypeBound in expansive_signature.ts | has no properties |
23-
| ExpansiveX in used_from_expansion.ts | has no properties |
1+
| Box in library-tests/TypeScript/ExpansiveTypes/shared_non_expansive.ts | has no properties |
2+
| Box in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has no properties |
3+
| C in library-tests/TypeScript/ExpansiveTypes/expansive_class.ts | has no properties |
4+
| Expand in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has no properties |
5+
| ExpandUsingObjectLiteral in library-tests/TypeScript/ExpansiveTypes/expansive_object_literal.ts | has no properties |
6+
| Expansive in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has no properties |
7+
| Expansive in library-tests/TypeScript/ExpansiveTypes/simple.ts | has no properties |
8+
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
9+
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
10+
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
11+
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
12+
| ExpansiveByInference in library-tests/TypeScript/ExpansiveTypes/expansive_by_inference.ts | has no properties |
13+
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
14+
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
15+
| ExpansiveConstructSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
16+
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
17+
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
18+
| ExpansiveFunctionType in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
19+
| ExpansiveMethod in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
20+
| ExpansiveParameter in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
21+
| ExpansiveSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
22+
| ExpansiveSignatureTypeBound in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
23+
| ExpansiveX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has no properties |
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
| After in leading_into_expansion.ts | has properties |
2-
| AfterX in used_from_expansion.ts | has properties |
1+
| After in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has properties |
2+
| AfterX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has properties |
33
| Array in global scope | has properties |
4-
| Before in leading_into_expansion.ts | has properties |
5-
| BeforeX in used_from_expansion.ts | has properties |
6-
| Box in shared_non_expansive.ts | has properties |
7-
| Box in through_non_expansive.ts | has properties |
8-
| C in expansive_class.ts | has properties |
9-
| Expand in through_non_expansive.ts | has properties |
10-
| ExpandUsingObjectLiteral in expansive_object_literal.ts | has properties |
11-
| Expansive in leading_into_expansion.ts | has properties |
12-
| Expansive in simple.ts | has properties |
13-
| ExpansiveA in mutual.ts | has properties |
14-
| ExpansiveA in mutual_multigraph.ts | has properties |
15-
| ExpansiveB in mutual.ts | has properties |
16-
| ExpansiveB in mutual_multigraph.ts | has properties |
17-
| ExpansiveByInference in expansive_by_inference.ts | has properties |
18-
| ExpansiveC in mutual.ts | has properties |
19-
| ExpansiveC in mutual_multigraph.ts | has properties |
20-
| ExpansiveConstructSignature in expansive_signature.ts | has properties |
21-
| ExpansiveD in mutual.ts | has properties |
22-
| ExpansiveD in mutual_multigraph.ts | has properties |
23-
| ExpansiveFunctionType in expansive_signature.ts | has properties |
24-
| ExpansiveMethod in expansive_signature.ts | has properties |
25-
| ExpansiveParameter in expansive_signature.ts | has properties |
26-
| ExpansiveSignature in expansive_signature.ts | has properties |
27-
| ExpansiveSignatureTypeBound in expansive_signature.ts | has properties |
28-
| ExpansiveX in used_from_expansion.ts | has properties |
4+
| Before in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has properties |
5+
| BeforeX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has properties |
6+
| Box in library-tests/TypeScript/ExpansiveTypes/shared_non_expansive.ts | has properties |
7+
| Box in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has properties |
8+
| C in library-tests/TypeScript/ExpansiveTypes/expansive_class.ts | has properties |
9+
| Expand in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has properties |
10+
| ExpandUsingObjectLiteral in library-tests/TypeScript/ExpansiveTypes/expansive_object_literal.ts | has properties |
11+
| Expansive in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has properties |
12+
| Expansive in library-tests/TypeScript/ExpansiveTypes/simple.ts | has properties |
13+
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
14+
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
15+
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
16+
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
17+
| ExpansiveByInference in library-tests/TypeScript/ExpansiveTypes/expansive_by_inference.ts | has properties |
18+
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
19+
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
20+
| ExpansiveConstructSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
21+
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
22+
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
23+
| ExpansiveFunctionType in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
24+
| ExpansiveMethod in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
25+
| ExpansiveParameter in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
26+
| ExpansiveSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
27+
| ExpansiveSignatureTypeBound in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
28+
| ExpansiveX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has properties |
2929
| Intl.CollatorOptions in global scope | has properties |
3030
| Intl.NumberFormatOptions in global scope | has properties |
31-
| NonExpansive in shared_non_expansive.ts | has properties |
31+
| NonExpansive in library-tests/TypeScript/ExpansiveTypes/shared_non_expansive.ts | has properties |
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
| A in enums.ts |
2-
| A in export-qualified.ts |
3-
| A in namespaces.ts |
4-
| A.B in export-qualified.ts |
5-
| A.C in namespaces.ts |
6-
| A.E in enums.ts |
1+
| A in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
2+
| A in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
3+
| A in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
4+
| A.B in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
5+
| A.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
6+
| A.E in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
77
| B in namespaces.ts:3 |
88
| B in namespaces.ts:10 |
99
| B.Bx in namespaces.ts:3 |
1010
| B.Bx in namespaces.ts:10 |
11-
| D in export-specifiers.ts |
12-
| D in namespaces.ts |
13-
| D in otherlib.ts |
14-
| D.F in namespaces.ts |
11+
| D in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
12+
| D in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
13+
| D in library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
14+
| D.F in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
1515
| E in namespaces.ts:17 |
1616
| E in namespaces.ts:22 |
1717
| Foo in global scope |
18-
| G in namespaces.ts |
19-
| G.J in namespaces.ts |
18+
| G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
19+
| G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
2020
| Glob in global scope |
2121
| H in namespaces.ts:27 |
2222
| H.I in namespaces.ts:27 |
2323
| Intl in global scope |
24-
| N in export-specifiers.ts |
24+
| N in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
2525
| X in global scope |
26-
| X in namespaces.ts |
27-
| X.Y in namespaces.ts |
28-
| X.Y.Z in namespaces.ts |
26+
| X in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
27+
| X.Y in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
28+
| X.Y.Z in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
2929
| Y in global scope |
30-
| export-class.ts |
31-
| namespaces.ts |
32-
| otherlib.ts |
33-
| reexport-all.ts |
34-
| reexport-named.ts |
30+
| library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
31+
| library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
32+
| library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
33+
| library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
34+
| library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
| ambient.ts:5:16:5:18 | Foo | Foo in global scope |
2-
| enums.ts:9:8:9:8 | A | A in enums.ts |
3-
| enums.ts:9:8:9:10 | A.E | A.E in enums.ts |
4-
| enums.ts:10:8:10:8 | A | A in enums.ts |
5-
| export-qualified-client.ts:3:8:3:9 | AB | A.B in export-qualified.ts |
6-
| export-specifiers-client.ts:4:8:4:8 | N | N in export-specifiers.ts |
7-
| export-specifiers-client.ts:5:8:5:8 | D | D in export-specifiers.ts |
2+
| enums.ts:9:8:9:8 | A | A in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
3+
| enums.ts:9:8:9:10 | A.E | A.E in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
4+
| enums.ts:10:8:10:8 | A | A in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
5+
| export-qualified-client.ts:3:8:3:9 | AB | A.B in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
6+
| export-specifiers-client.ts:4:8:4:8 | N | N in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
7+
| export-specifiers-client.ts:5:8:5:8 | D | D in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
88
| global.ts:5:9:5:12 | Glob | Glob in global scope |
99
| import-in-namespace.ts:9:13:9:13 | A | X in global scope |
10-
| namespaces-client.ts:4:9:4:10 | ns | namespaces.ts |
11-
| namespaces-client.ts:4:9:4:12 | ns.G | G in namespaces.ts |
12-
| namespaces-client.ts:5:9:5:9 | G | G in namespaces.ts |
13-
| namespaces-client.ts:6:9:6:9 | G | G in namespaces.ts |
14-
| namespaces-client.ts:6:9:6:11 | G.J | G.J in namespaces.ts |
15-
| reexport-all-client.ts:4:9:4:10 | ns | reexport-all.ts |
16-
| reexport-all-client.ts:4:9:4:12 | ns.G | G in namespaces.ts |
17-
| reexport-all-client.ts:5:9:5:9 | G | G in namespaces.ts |
18-
| reexport-all-client.ts:6:9:6:9 | G | G in namespaces.ts |
19-
| reexport-all-client.ts:6:9:6:11 | G.J | G.J in namespaces.ts |
20-
| reexport-all-client.ts:8:8:8:8 | D | D in otherlib.ts |
21-
| reexport-all-client.ts:9:8:9:9 | ns | reexport-all.ts |
22-
| reexport-all-client.ts:9:8:9:11 | ns.D | D in otherlib.ts |
23-
| reexport-all-client.ts:11:8:11:9 | ns | reexport-all.ts |
24-
| reexport-named-client.ts:4:9:4:10 | ns | reexport-named.ts |
25-
| reexport-named-client.ts:4:9:4:12 | ns.G | G in namespaces.ts |
26-
| reexport-named-client.ts:5:9:5:9 | G | G in namespaces.ts |
27-
| reexport-named-client.ts:6:9:6:9 | G | G in namespaces.ts |
28-
| reexport-named-client.ts:6:9:6:11 | G.J | G.J in namespaces.ts |
29-
| reexport-named-client.ts:8:8:8:8 | X | D in namespaces.ts |
30-
| reexport-named-client.ts:9:8:9:9 | ns | reexport-named.ts |
31-
| reexport-named-client.ts:9:8:9:11 | ns.X | D in namespaces.ts |
10+
| namespaces-client.ts:4:9:4:10 | ns | library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
11+
| namespaces-client.ts:4:9:4:12 | ns.G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
12+
| namespaces-client.ts:5:9:5:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
13+
| namespaces-client.ts:6:9:6:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
14+
| namespaces-client.ts:6:9:6:11 | G.J | G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
15+
| reexport-all-client.ts:4:9:4:10 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
16+
| reexport-all-client.ts:4:9:4:12 | ns.G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
17+
| reexport-all-client.ts:5:9:5:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
18+
| reexport-all-client.ts:6:9:6:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
19+
| reexport-all-client.ts:6:9:6:11 | G.J | G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
20+
| reexport-all-client.ts:8:8:8:8 | D | D in library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
21+
| reexport-all-client.ts:9:8:9:9 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
22+
| reexport-all-client.ts:9:8:9:11 | ns.D | D in library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
23+
| reexport-all-client.ts:11:8:11:9 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
24+
| reexport-named-client.ts:4:9:4:10 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
25+
| reexport-named-client.ts:4:9:4:12 | ns.G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
26+
| reexport-named-client.ts:5:9:5:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
27+
| reexport-named-client.ts:6:9:6:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
28+
| reexport-named-client.ts:6:9:6:11 | G.J | G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
29+
| reexport-named-client.ts:8:8:8:8 | X | D in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
30+
| reexport-named-client.ts:9:8:9:9 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
31+
| reexport-named-client.ts:9:8:9:11 | ns.X | D in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |

0 commit comments

Comments
 (0)