Skip to content

Commit d0ca39f

Browse files
committed
JS: Update expected test output
1 parent b3b9406 commit d0ca39f

File tree

18 files changed

+148
-150
lines changed

18 files changed

+148
-150
lines changed
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 | library-tests/Files/a.js |
2-
| b/c.js:0:0:0:0 | b/c.js | library-tests/Files/b/c.js |
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 |

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@ test_ReExportDeclarations
115115
| m/c.js:5:1:5:30 | export ... '../b'; | m/c.js:5:24:5:29 | '../b' |
116116
| reExportNamespace.js:1:1:1:26 | export ... "./a"; | reExportNamespace.js:1:21:1:25 | "./a" |
117117
test_getAnImportedModule
118-
| library-tests/Modules/b.js | library-tests/Modules/a.js |
119-
| library-tests/Modules/d.js | library-tests/Modules/a.js |
120-
| library-tests/Modules/d.js | library-tests/Modules/b.js |
121-
| library-tests/Modules/es2015_require.js | library-tests/Modules/d.js |
122-
| library-tests/Modules/f.ts | library-tests/Modules/e.js |
123-
| library-tests/Modules/g.ts | library-tests/Modules/f.ts |
124-
| library-tests/Modules/import-indirect-path.js | library-tests/Modules/a.js |
125-
| library-tests/Modules/import-ts-with-js-extension.ts | library-tests/Modules/f.ts |
126-
| library-tests/Modules/m/c.js | library-tests/Modules/b.js |
127-
| library-tests/Modules/reExportNamespaceClient.js | library-tests/Modules/reExportNamespace.js |
118+
| b.js | a.js |
119+
| d.js | a.js |
120+
| d.js | b.js |
121+
| es2015_require.js | d.js |
122+
| f.ts | e.js |
123+
| g.ts | f.ts |
124+
| import-indirect-path.js | a.js |
125+
| import-ts-with-js-extension.ts | f.ts |
126+
| m/c.js | b.js |
127+
| reExportNamespaceClient.js | reExportNamespace.js |
128128
test_getExportedName
129129
| arbitrarySpecifier.ts:5:10:5:30 | Foo_new ... o::new" | Foo::new |
130130
| arbitrarySpecifier.ts:6:13:6:28 | * as "Foo_types" | Foo_types |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ requireImport
9494
| a.js:3:6:3:23 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
9595
| a.js:4:6:4:29 | require ... /d.js') | ./sub/../d.js | d.js:1:1:7:15 | <toplevel> |
9696
| a.js:7:1:7:18 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
97-
| a.js:10:1:10:18 | require(__dirname) | /library-tests/NodeJS | index.js:1:1:3:0 | <toplevel> |
98-
| a.js:11:1:11:25 | require ... + '/e') | /library-tests/NodeJS/e | e.js:1:1:6:0 | <toplevel> |
97+
| a.js:10:1:10:18 | require(__dirname) | | index.js:1:1:3:0 | <toplevel> |
98+
| a.js:11:1:11:25 | require ... + '/e') | /e | e.js:1:1:6:0 | <toplevel> |
9999
| a.js:12:1:12:28 | require ... + 'c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
100100
| b.js:1:1:1:18 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
101101
| d.js:7:1:7:14 | require('foo') | foo | sub/f.js:1:1:4:17 | <toplevel> |
102-
| index.js:2:1:2:41 | require ... b.js")) | /library-tests/NodeJS/index.js/../b.js | b.js:1:1:8:0 | <toplevel> |
102+
| index.js:2:1:2:41 | require ... b.js")) | /index.js/../b.js | b.js:1:1:8:0 | <toplevel> |
103103
| 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> |
104104
| 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> |
105105
| 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> |

javascript/ql/test/library-tests/TypeScript/EmbeddedInScript/Test.expected

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ exprType
88
| htmlfile.html:5:26:5:28 | foo | () => void |
99
| htmlfile.html:5:26:5:30 | foo() | void |
1010
| htmlfile.html:5:26:5:42 | foo() as number[] | number[] |
11-
| other.ts:1:8:1:16 | Component | typeof default in library-tests/TypeScript/EmbeddedInScript/test.vue |
11+
| other.ts:1:8:1:16 | Component | typeof default in test.vue |
1212
| other.ts:1:23:1:34 | "./test.vue" | any |
13-
| other.ts:2:8:2:19 | ComponentTsx | typeof default in library-tests/TypeScript/EmbeddedInScript/test_tsx.vue |
13+
| other.ts:2:8:2:19 | ComponentTsx | typeof default in test_tsx.vue |
1414
| other.ts:2:26:2:41 | "./test_tsx.vue" | any |
1515
| other.ts:4:1:4:15 | new Component() | MyComponent |
16-
| other.ts:4:5:4:13 | Component | typeof default in library-tests/TypeScript/EmbeddedInScript/test.vue |
16+
| other.ts:4:5:4:13 | Component | typeof default in test.vue |
1717
| other.ts:5:1:5:18 | new ComponentTsx() | MyComponentTsx |
18-
| other.ts:5:5:5:16 | ComponentTsx | typeof default in library-tests/TypeScript/EmbeddedInScript/test_tsx.vue |
18+
| other.ts:5:5:5:16 | ComponentTsx | typeof default in test_tsx.vue |
1919
| other.ts:7:17:7:19 | foo | () => void |
20-
| test.vue:2:15:2:19 | other | typeof library-tests/TypeScript/EmbeddedInScript/other.ts |
20+
| test.vue:2:15:2:19 | other | typeof other.ts |
2121
| test.vue:2:26:2:34 | "./other" | any |
2222
| test.vue:3:24:3:34 | MyComponent | MyComponent |
2323
| test.vue:4:7:4:7 | x | number |
24-
| test_tsx.vue:2:15:2:19 | other | typeof library-tests/TypeScript/EmbeddedInScript/other.ts |
24+
| test_tsx.vue:2:15:2:19 | other | typeof other.ts |
2525
| test_tsx.vue:2:26:2:34 | "./other" | any |
2626
| test_tsx.vue:3:24:3:37 | MyComponentTsx | MyComponentTsx |
2727
| test_tsx.vue:4:7:4:7 | x | number |
2828
symbols
29-
| other.ts:1:1:8:0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/other.ts |
30-
| test.vue:2:3:6:0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/test.vue |
31-
| test_tsx.vue:2:3:6:0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/test_tsx.vue |
29+
| other.ts:1:1:8:0 | <toplevel> | other.ts |
30+
| test.vue:2:3:6:0 | <toplevel> | test.vue |
31+
| test_tsx.vue:2:3:6:0 | <toplevel> | test_tsx.vue |
3232
importTarget
3333
| htmlfile.html:4:13:4:42 | import ... other"; | other.ts:1:1:8:0 | <toplevel> |
3434
| other.ts:1:1:1:35 | import ... t.vue"; | test.vue:2:3:6:0 | <toplevel> |

javascript/ql/test/library-tests/TypeScript/HasQualifiedNameFallback/Test.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
hasQualifiedNameModule
22
| default-import | default | tst.ts:11:9:11:21 | DefaultImport |
33
| import-assign | Foo | tst.ts:10:9:10:15 | asn.Foo |
4-
| library-tests/TypeScript/HasQualifiedNameFallback/tst.ts | ExportedClass | relative.ts:4:8:4:20 | ExportedClass |
54
| named-import | Name1 | tst.ts:7:9:7:13 | Name1 |
65
| named-import | Name1 | tst.ts:13:9:13:13 | Name1 |
76
| named-import | Name1 | tst.ts:13:9:13:21 | Name1<number> |
87
| named-import | Name2 | tst.ts:8:9:8:13 | Name2 |
98
| namespace-import | Foo | tst.ts:9:9:9:21 | namespace.Foo |
9+
| tst.ts | ExportedClass | relative.ts:4:8:4:20 | ExportedClass |
1010
hasQualifiedNameGlobal
1111
| UnresolvedName | tst.ts:12:9:12:22 | UnresolvedName |
1212
paramExample
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
symbols
2-
| src/lib/foo.ts:1:1:4:0 | <toplevel> | library-tests/TypeScript/PathMapping/src/lib/foo.ts |
3-
| src/lib/foo.ts:1:8:3:1 | functio ... 123;\\n} | foo in library-tests/TypeScript/PathMapping/src/lib/foo.ts |
4-
| test/test_foo.ts:1:1:1:28 | import ... @/foo"; | library-tests/TypeScript/PathMapping/src/lib/foo.ts |
5-
| test/test_foo.ts:1:1:7:0 | <toplevel> | library-tests/TypeScript/PathMapping/test/test_foo.ts |
6-
| test/test_foo.ts:2:17:2:32 | require("@/foo") | library-tests/TypeScript/PathMapping/src/lib/foo.ts |
7-
| test/test_foo.ts:4:1:4:5 | foo() | foo in library-tests/TypeScript/PathMapping/src/lib/foo.ts |
8-
| test/test_foo.ts:6:1:6:12 | foolib.foo() | foo in library-tests/TypeScript/PathMapping/src/lib/foo.ts |
2+
| src/lib/foo.ts:1:1:4:0 | <toplevel> | src/lib/foo.ts |
3+
| src/lib/foo.ts:1:8:3:1 | functio ... 123;\\n} | foo in src/lib/foo.ts |
4+
| test/test_foo.ts:1:1:1:28 | import ... @/foo"; | src/lib/foo.ts |
5+
| test/test_foo.ts:1:1:7:0 | <toplevel> | test/test_foo.ts |
6+
| test/test_foo.ts:2:17:2:32 | require("@/foo") | src/lib/foo.ts |
7+
| test/test_foo.ts:4:1:4:5 | foo() | foo in src/lib/foo.ts |
8+
| test/test_foo.ts:6:1:6:12 | foolib.foo() | foo in src/lib/foo.ts |
99
#select
1010
| test/test_foo.ts:1:1:1:28 | import ... @/foo"; | src/lib/foo.ts:1:1:4:0 | <toplevel> |
1111
| test/test_foo.ts:2:17:2:32 | require("@/foo") | src/lib/foo.ts:1:1:4:0 | <toplevel> |
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
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 |
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 |
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 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 |
11+
| D in export-specifiers.ts |
12+
| D in namespaces.ts |
13+
| D in otherlib.ts |
14+
| D.F in namespaces.ts |
1515
| E in namespaces.ts:17 |
1616
| E in namespaces.ts:22 |
1717
| Foo in global scope |
18-
| G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
19-
| G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
18+
| G in namespaces.ts |
19+
| G.J in namespaces.ts |
2020
| Glob in global scope |
2121
| H in namespaces.ts:27 |
2222
| H.I in namespaces.ts:27 |
23-
| N in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
23+
| N in export-specifiers.ts |
2424
| X in global scope |
25-
| X in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
26-
| X.Y in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
27-
| X.Y.Z in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
25+
| X in namespaces.ts |
26+
| X.Y in namespaces.ts |
27+
| X.Y.Z in namespaces.ts |
2828
| Y in global scope |
29-
| library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
30-
| library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
31-
| library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
32-
| library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
33-
| library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
29+
| export-class.ts |
30+
| namespaces.ts |
31+
| otherlib.ts |
32+
| reexport-all.ts |
33+
| 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 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 |
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 |
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 | 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 |
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 |
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
| ambient.ts:5:16:5:20 | Foo.C | Foo.C in global scope |
2-
| enums.ts:9:8:9:12 | A.E.x | A.E.x in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
3-
| enums.ts:10:8:10:10 | A.E | A.E in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
4-
| export-class-client-renamed.ts:3:8:3:8 | X | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
5-
| export-class-client.ts:3:8:3:13 | Banana | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
6-
| export-qualified-client.ts:3:8:3:11 | AB.C | A.B.C in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
7-
| export-specifiers-client.ts:4:8:4:10 | N.C | N.C in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
8-
| export-specifiers-client.ts:5:8:5:10 | D.C | D.C in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
9-
| export-specifiers-client.ts:6:8:6:8 | C | C in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
2+
| enums.ts:9:8:9:12 | A.E.x | A.E.x in enums.ts |
3+
| enums.ts:10:8:10:10 | A.E | A.E in enums.ts |
4+
| export-class-client-renamed.ts:3:8:3:8 | X | Banana in export-class.ts |
5+
| export-class-client.ts:3:8:3:13 | Banana | Banana in export-class.ts |
6+
| export-qualified-client.ts:3:8:3:11 | AB.C | A.B.C in export-qualified.ts |
7+
| export-specifiers-client.ts:4:8:4:10 | N.C | N.C in export-specifiers.ts |
8+
| export-specifiers-client.ts:5:8:5:10 | D.C | D.C in export-specifiers.ts |
9+
| export-specifiers-client.ts:6:8:6:8 | C | C in export-specifiers.ts |
1010
| global.ts:5:9:5:14 | Glob.C | Glob.C in global scope |
1111
| import-in-namespace.ts:9:13:9:15 | A.C | X.C in global scope |
1212
| import-in-namespace.ts:10:13:10:13 | D | X.C in global scope |
13-
| namespaces-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
14-
| namespaces-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
15-
| namespaces-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
16-
| reexport-all-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
17-
| reexport-all-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
18-
| reexport-all-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
13+
| namespaces-client.ts:4:9:4:14 | ns.G.C | G.C in namespaces.ts |
14+
| namespaces-client.ts:5:9:5:11 | G.C | G.C in namespaces.ts |
15+
| namespaces-client.ts:6:9:6:13 | G.J.C | G.J.C in namespaces.ts |
16+
| reexport-all-client.ts:4:9:4:14 | ns.G.C | G.C in namespaces.ts |
17+
| reexport-all-client.ts:5:9:5:11 | G.C | G.C in namespaces.ts |
18+
| reexport-all-client.ts:6:9:6:13 | G.J.C | G.J.C in namespaces.ts |
1919
| reexport-all-client.ts:8:8:8:10 | D.F | D.F in unknown scope |
2020
| reexport-all-client.ts:9:8:9:13 | ns.D.F | ns.D.F in unknown scope |
21-
| reexport-all-client.ts:11:8:11:16 | ns.Banana | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
22-
| reexport-named-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
23-
| reexport-named-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
24-
| reexport-named-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
21+
| reexport-all-client.ts:11:8:11:16 | ns.Banana | Banana in export-class.ts |
22+
| reexport-named-client.ts:4:9:4:14 | ns.G.C | G.C in namespaces.ts |
23+
| reexport-named-client.ts:5:9:5:11 | G.C | G.C in namespaces.ts |
24+
| reexport-named-client.ts:6:9:6:13 | G.J.C | G.J.C in namespaces.ts |
2525
| reexport-named-client.ts:8:8:8:10 | X.F | X.F in unknown scope |
2626
| reexport-named-client.ts:9:8:9:13 | ns.X.F | ns.X.F in unknown scope |
27-
| reexport-named-client.ts:11:9:11:9 | Y | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
27+
| reexport-named-client.ts:11:9:11:9 | Y | Banana in export-class.ts |
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| MK in unknown scope |
2-
| Mapped in library-tests/TypeScript/RegressionTests/EmptyName/test.ts |
3-
| fn in library-tests/TypeScript/RegressionTests/EmptyName/test.ts |
4-
| library-tests/TypeScript/RegressionTests/EmptyName/test.ts |
2+
| Mapped in test.ts |
3+
| fn in test.ts |
4+
| test.ts |

0 commit comments

Comments
 (0)