зеркало из https://github.com/github/codeql.git
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.
This commit is contained in:
Родитель
ed97be459f
Коммит
66b3c7cf07
|
@ -1,2 +1,2 @@
|
|||
| a.js:0:0:0:0 | a.js | a.js |
|
||||
| b/c.js:0:0:0:0 | b/c.js | b/c.js |
|
||||
| a.js:0:0:0:0 | a.js | library-tests/Files/a.js |
|
||||
| b/c.js:0:0:0:0 | b/c.js | library-tests/Files/b/c.js |
|
||||
|
|
|
@ -61,14 +61,14 @@ test_ExportDeclarations
|
|||
| m/c.js:5:1:5:30 | export ... '../b'; |
|
||||
| tst.html:7:3:7:22 | export const y = 42; |
|
||||
test_getAnImportedModule
|
||||
| b.js | a.js |
|
||||
| d.js | a.js |
|
||||
| d.js | b.js |
|
||||
| es2015_require.js | d.js |
|
||||
| f.ts | e.js |
|
||||
| g.ts | f.ts |
|
||||
| import-ts-with-js-extension.ts | f.ts |
|
||||
| m/c.js | b.js |
|
||||
| library-tests/Modules/b.js | library-tests/Modules/a.js |
|
||||
| library-tests/Modules/d.js | library-tests/Modules/a.js |
|
||||
| library-tests/Modules/d.js | library-tests/Modules/b.js |
|
||||
| library-tests/Modules/es2015_require.js | library-tests/Modules/d.js |
|
||||
| library-tests/Modules/f.ts | library-tests/Modules/e.js |
|
||||
| library-tests/Modules/g.ts | library-tests/Modules/f.ts |
|
||||
| library-tests/Modules/import-ts-with-js-extension.ts | library-tests/Modules/f.ts |
|
||||
| library-tests/Modules/m/c.js | library-tests/Modules/b.js |
|
||||
test_getSourceNode
|
||||
| a.js:1:1:3:1 | export ... n 23;\\n} | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
|
||||
| a.js:5:1:5:32 | export ... } = o; | x | a.js:5:18:5:20 | f() |
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
| a.js:3:6:3:23 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
|
||||
| a.js:4:6:4:29 | require ... /d.js') | ./sub/../d.js | d.js:1:1:7:15 | <toplevel> |
|
||||
| a.js:7:1:7:18 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
|
||||
| a.js:10:1:10:18 | require(__dirname) | | index.js:1:1:3:0 | <toplevel> |
|
||||
| a.js:11:1:11:25 | require ... + '/e') | /e | e.js:1:1:6:0 | <toplevel> |
|
||||
| a.js:10:1:10:18 | require(__dirname) | /library-tests/NodeJS | index.js:1:1:3:0 | <toplevel> |
|
||||
| a.js:11:1:11:25 | require ... + '/e') | /library-tests/NodeJS/e | e.js:1:1:6:0 | <toplevel> |
|
||||
| a.js:12:1:12:28 | require ... + 'c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
|
||||
| b.js:1:1:1:18 | require('./sub/c') | ./sub/c | sub/c.js:1:1:4:0 | <toplevel> |
|
||||
| d.js:7:1:7:14 | require('foo') | foo | sub/f.js:1:1:4:17 | <toplevel> |
|
||||
| index.js:2:1:2:41 | require ... b.js")) | /index.js/../b.js | b.js:1:1:8:0 | <toplevel> |
|
||||
| index.js:2:1:2:41 | require ... b.js")) | /library-tests/NodeJS/index.js/../b.js | b.js:1:1:8:0 | <toplevel> |
|
||||
| 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> |
|
||||
| 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> |
|
||||
| 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> |
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
| Box in shared_non_expansive.ts | has no properties |
|
||||
| Box in through_non_expansive.ts | has no properties |
|
||||
| C in expansive_class.ts | has no properties |
|
||||
| Expand in through_non_expansive.ts | has no properties |
|
||||
| ExpandUsingObjectLiteral in expansive_object_literal.ts | has no properties |
|
||||
| Expansive in leading_into_expansion.ts | has no properties |
|
||||
| Expansive in simple.ts | has no properties |
|
||||
| ExpansiveA in mutual.ts | has no properties |
|
||||
| ExpansiveA in mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveB in mutual.ts | has no properties |
|
||||
| ExpansiveB in mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveByInference in expansive_by_inference.ts | has no properties |
|
||||
| ExpansiveC in mutual.ts | has no properties |
|
||||
| ExpansiveC in mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveConstructSignature in expansive_signature.ts | has no properties |
|
||||
| ExpansiveD in mutual.ts | has no properties |
|
||||
| ExpansiveD in mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveFunctionType in expansive_signature.ts | has no properties |
|
||||
| ExpansiveMethod in expansive_signature.ts | has no properties |
|
||||
| ExpansiveParameter in expansive_signature.ts | has no properties |
|
||||
| ExpansiveSignature in expansive_signature.ts | has no properties |
|
||||
| ExpansiveSignatureTypeBound in expansive_signature.ts | has no properties |
|
||||
| ExpansiveX in used_from_expansion.ts | has no properties |
|
||||
| Box in library-tests/TypeScript/ExpansiveTypes/shared_non_expansive.ts | has no properties |
|
||||
| Box in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has no properties |
|
||||
| C in library-tests/TypeScript/ExpansiveTypes/expansive_class.ts | has no properties |
|
||||
| Expand in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has no properties |
|
||||
| ExpandUsingObjectLiteral in library-tests/TypeScript/ExpansiveTypes/expansive_object_literal.ts | has no properties |
|
||||
| Expansive in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has no properties |
|
||||
| Expansive in library-tests/TypeScript/ExpansiveTypes/simple.ts | has no properties |
|
||||
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
|
||||
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
|
||||
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveByInference in library-tests/TypeScript/ExpansiveTypes/expansive_by_inference.ts | has no properties |
|
||||
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
|
||||
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveConstructSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
|
||||
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has no properties |
|
||||
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has no properties |
|
||||
| ExpansiveFunctionType in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
|
||||
| ExpansiveMethod in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
|
||||
| ExpansiveParameter in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
|
||||
| ExpansiveSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
|
||||
| ExpansiveSignatureTypeBound in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has no properties |
|
||||
| ExpansiveX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has no properties |
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
| After in leading_into_expansion.ts | has properties |
|
||||
| AfterX in used_from_expansion.ts | has properties |
|
||||
| After in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has properties |
|
||||
| AfterX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has properties |
|
||||
| Array in global scope | has properties |
|
||||
| Before in leading_into_expansion.ts | has properties |
|
||||
| BeforeX in used_from_expansion.ts | has properties |
|
||||
| Box in shared_non_expansive.ts | has properties |
|
||||
| Box in through_non_expansive.ts | has properties |
|
||||
| C in expansive_class.ts | has properties |
|
||||
| Expand in through_non_expansive.ts | has properties |
|
||||
| ExpandUsingObjectLiteral in expansive_object_literal.ts | has properties |
|
||||
| Expansive in leading_into_expansion.ts | has properties |
|
||||
| Expansive in simple.ts | has properties |
|
||||
| ExpansiveA in mutual.ts | has properties |
|
||||
| ExpansiveA in mutual_multigraph.ts | has properties |
|
||||
| ExpansiveB in mutual.ts | has properties |
|
||||
| ExpansiveB in mutual_multigraph.ts | has properties |
|
||||
| ExpansiveByInference in expansive_by_inference.ts | has properties |
|
||||
| ExpansiveC in mutual.ts | has properties |
|
||||
| ExpansiveC in mutual_multigraph.ts | has properties |
|
||||
| ExpansiveConstructSignature in expansive_signature.ts | has properties |
|
||||
| ExpansiveD in mutual.ts | has properties |
|
||||
| ExpansiveD in mutual_multigraph.ts | has properties |
|
||||
| ExpansiveFunctionType in expansive_signature.ts | has properties |
|
||||
| ExpansiveMethod in expansive_signature.ts | has properties |
|
||||
| ExpansiveParameter in expansive_signature.ts | has properties |
|
||||
| ExpansiveSignature in expansive_signature.ts | has properties |
|
||||
| ExpansiveSignatureTypeBound in expansive_signature.ts | has properties |
|
||||
| ExpansiveX in used_from_expansion.ts | has properties |
|
||||
| Before in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has properties |
|
||||
| BeforeX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has properties |
|
||||
| Box in library-tests/TypeScript/ExpansiveTypes/shared_non_expansive.ts | has properties |
|
||||
| Box in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has properties |
|
||||
| C in library-tests/TypeScript/ExpansiveTypes/expansive_class.ts | has properties |
|
||||
| Expand in library-tests/TypeScript/ExpansiveTypes/through_non_expansive.ts | has properties |
|
||||
| ExpandUsingObjectLiteral in library-tests/TypeScript/ExpansiveTypes/expansive_object_literal.ts | has properties |
|
||||
| Expansive in library-tests/TypeScript/ExpansiveTypes/leading_into_expansion.ts | has properties |
|
||||
| Expansive in library-tests/TypeScript/ExpansiveTypes/simple.ts | has properties |
|
||||
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
|
||||
| ExpansiveA in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
|
||||
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
|
||||
| ExpansiveB in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
|
||||
| ExpansiveByInference in library-tests/TypeScript/ExpansiveTypes/expansive_by_inference.ts | has properties |
|
||||
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
|
||||
| ExpansiveC in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
|
||||
| ExpansiveConstructSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
|
||||
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual.ts | has properties |
|
||||
| ExpansiveD in library-tests/TypeScript/ExpansiveTypes/mutual_multigraph.ts | has properties |
|
||||
| ExpansiveFunctionType in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
|
||||
| ExpansiveMethod in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
|
||||
| ExpansiveParameter in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
|
||||
| ExpansiveSignature in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
|
||||
| ExpansiveSignatureTypeBound in library-tests/TypeScript/ExpansiveTypes/expansive_signature.ts | has properties |
|
||||
| ExpansiveX in library-tests/TypeScript/ExpansiveTypes/used_from_expansion.ts | has properties |
|
||||
| Intl.CollatorOptions in global scope | has properties |
|
||||
| Intl.NumberFormatOptions in global scope | has properties |
|
||||
| NonExpansive in shared_non_expansive.ts | has properties |
|
||||
| NonExpansive in library-tests/TypeScript/ExpansiveTypes/shared_non_expansive.ts | has properties |
|
||||
|
|
|
@ -1,34 +1,34 @@
|
|||
| A in enums.ts |
|
||||
| A in export-qualified.ts |
|
||||
| A in namespaces.ts |
|
||||
| A.B in export-qualified.ts |
|
||||
| A.C in namespaces.ts |
|
||||
| A.E in enums.ts |
|
||||
| A in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| A in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
|
||||
| A in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| A.B in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
|
||||
| A.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| A.E in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| B in namespaces.ts:3 |
|
||||
| B in namespaces.ts:10 |
|
||||
| B.Bx in namespaces.ts:3 |
|
||||
| B.Bx in namespaces.ts:10 |
|
||||
| D in export-specifiers.ts |
|
||||
| D in namespaces.ts |
|
||||
| D in otherlib.ts |
|
||||
| D.F in namespaces.ts |
|
||||
| D in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| D in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| D in library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
|
||||
| D.F in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| E in namespaces.ts:17 |
|
||||
| E in namespaces.ts:22 |
|
||||
| Foo in global scope |
|
||||
| G in namespaces.ts |
|
||||
| G.J in namespaces.ts |
|
||||
| G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| Glob in global scope |
|
||||
| H in namespaces.ts:27 |
|
||||
| H.I in namespaces.ts:27 |
|
||||
| Intl in global scope |
|
||||
| N in export-specifiers.ts |
|
||||
| N in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| X in global scope |
|
||||
| X in namespaces.ts |
|
||||
| X.Y in namespaces.ts |
|
||||
| X.Y.Z in namespaces.ts |
|
||||
| X in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| X.Y in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| X.Y.Z in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| Y in global scope |
|
||||
| export-class.ts |
|
||||
| namespaces.ts |
|
||||
| otherlib.ts |
|
||||
| reexport-all.ts |
|
||||
| reexport-named.ts |
|
||||
| library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
|
||||
| library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
|
||||
| library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
|
||||
| library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
| ambient.ts:5:16:5:18 | Foo | Foo in global scope |
|
||||
| enums.ts:9:8:9:8 | A | A in enums.ts |
|
||||
| enums.ts:9:8:9:10 | A.E | A.E in enums.ts |
|
||||
| enums.ts:10:8:10:8 | A | A in enums.ts |
|
||||
| export-qualified-client.ts:3:8:3:9 | AB | A.B in export-qualified.ts |
|
||||
| export-specifiers-client.ts:4:8:4:8 | N | N in export-specifiers.ts |
|
||||
| export-specifiers-client.ts:5:8:5:8 | D | D in export-specifiers.ts |
|
||||
| enums.ts:9:8:9:8 | A | A in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| enums.ts:9:8:9:10 | A.E | A.E in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| enums.ts:10:8:10:8 | A | A in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| export-qualified-client.ts:3:8:3:9 | AB | A.B in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
|
||||
| export-specifiers-client.ts:4:8:4:8 | N | N in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| export-specifiers-client.ts:5:8:5:8 | D | D in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| global.ts:5:9:5:12 | Glob | Glob in global scope |
|
||||
| import-in-namespace.ts:9:13:9:13 | A | X in global scope |
|
||||
| namespaces-client.ts:4:9:4:10 | ns | namespaces.ts |
|
||||
| namespaces-client.ts:4:9:4:12 | ns.G | G in namespaces.ts |
|
||||
| namespaces-client.ts:5:9:5:9 | G | G in namespaces.ts |
|
||||
| namespaces-client.ts:6:9:6:9 | G | G in namespaces.ts |
|
||||
| namespaces-client.ts:6:9:6:11 | G.J | G.J in namespaces.ts |
|
||||
| reexport-all-client.ts:4:9:4:10 | ns | reexport-all.ts |
|
||||
| reexport-all-client.ts:4:9:4:12 | ns.G | G in namespaces.ts |
|
||||
| reexport-all-client.ts:5:9:5:9 | G | G in namespaces.ts |
|
||||
| reexport-all-client.ts:6:9:6:9 | G | G in namespaces.ts |
|
||||
| reexport-all-client.ts:6:9:6:11 | G.J | G.J in namespaces.ts |
|
||||
| reexport-all-client.ts:8:8:8:8 | D | D in otherlib.ts |
|
||||
| reexport-all-client.ts:9:8:9:9 | ns | reexport-all.ts |
|
||||
| reexport-all-client.ts:9:8:9:11 | ns.D | D in otherlib.ts |
|
||||
| reexport-all-client.ts:11:8:11:9 | ns | reexport-all.ts |
|
||||
| reexport-named-client.ts:4:9:4:10 | ns | reexport-named.ts |
|
||||
| reexport-named-client.ts:4:9:4:12 | ns.G | G in namespaces.ts |
|
||||
| reexport-named-client.ts:5:9:5:9 | G | G in namespaces.ts |
|
||||
| reexport-named-client.ts:6:9:6:9 | G | G in namespaces.ts |
|
||||
| reexport-named-client.ts:6:9:6:11 | G.J | G.J in namespaces.ts |
|
||||
| reexport-named-client.ts:8:8:8:8 | X | D in namespaces.ts |
|
||||
| reexport-named-client.ts:9:8:9:9 | ns | reexport-named.ts |
|
||||
| reexport-named-client.ts:9:8:9:11 | ns.X | D in namespaces.ts |
|
||||
| namespaces-client.ts:4:9:4:10 | ns | library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| namespaces-client.ts:4:9:4:12 | ns.G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| namespaces-client.ts:5:9:5:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| namespaces-client.ts:6:9:6:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| namespaces-client.ts:6:9:6:11 | G.J | G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:4:9:4:10 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
|
||||
| reexport-all-client.ts:4:9:4:12 | ns.G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:5:9:5:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:6:9:6:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:6:9:6:11 | G.J | G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:8:8:8:8 | D | D in library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
|
||||
| reexport-all-client.ts:9:8:9:9 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
|
||||
| reexport-all-client.ts:9:8:9:11 | ns.D | D in library-tests/TypeScript/QualifiedNameResolution/otherlib.ts |
|
||||
| reexport-all-client.ts:11:8:11:9 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-all.ts |
|
||||
| reexport-named-client.ts:4:9:4:10 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
|
||||
| reexport-named-client.ts:4:9:4:12 | ns.G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:5:9:5:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:6:9:6:9 | G | G in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:6:9:6:11 | G.J | G.J in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:8:8:8:8 | X | D in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:9:8:9:9 | ns | library-tests/TypeScript/QualifiedNameResolution/reexport-named.ts |
|
||||
| reexport-named-client.ts:9:8:9:11 | ns.X | D in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
| ambient.ts:5:16:5:20 | Foo.C | Foo.C in global scope |
|
||||
| enums.ts:9:8:9:12 | A.E.x | A.E.x in enums.ts |
|
||||
| enums.ts:10:8:10:10 | A.E | A.E in enums.ts |
|
||||
| export-class-client-renamed.ts:3:8:3:8 | X | Banana in export-class.ts |
|
||||
| export-class-client.ts:3:8:3:13 | Banana | Banana in export-class.ts |
|
||||
| export-qualified-client.ts:3:8:3:11 | AB.C | A.B.C in export-qualified.ts |
|
||||
| export-specifiers-client.ts:4:8:4:10 | N.C | N.C in export-specifiers.ts |
|
||||
| export-specifiers-client.ts:5:8:5:10 | D.C | D.C in export-specifiers.ts |
|
||||
| export-specifiers-client.ts:6:8:6:8 | C | C in export-specifiers.ts |
|
||||
| enums.ts:9:8:9:12 | A.E.x | A.E.x in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| enums.ts:10:8:10:10 | A.E | A.E in library-tests/TypeScript/QualifiedNameResolution/enums.ts |
|
||||
| export-class-client-renamed.ts:3:8:3:8 | X | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
|
||||
| export-class-client.ts:3:8:3:13 | Banana | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
|
||||
| export-qualified-client.ts:3:8:3:11 | AB.C | A.B.C in library-tests/TypeScript/QualifiedNameResolution/export-qualified.ts |
|
||||
| export-specifiers-client.ts:4:8:4:10 | N.C | N.C in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| export-specifiers-client.ts:5:8:5:10 | D.C | D.C in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| export-specifiers-client.ts:6:8:6:8 | C | C in library-tests/TypeScript/QualifiedNameResolution/export-specifiers.ts |
|
||||
| global.ts:5:9:5:14 | Glob.C | Glob.C in global scope |
|
||||
| import-in-namespace.ts:9:13:9:15 | A.C | X.C in global scope |
|
||||
| import-in-namespace.ts:10:13:10:13 | D | X.C in global scope |
|
||||
| namespaces-client.ts:4:9:4:14 | ns.G.C | G.C in namespaces.ts |
|
||||
| namespaces-client.ts:5:9:5:11 | G.C | G.C in namespaces.ts |
|
||||
| namespaces-client.ts:6:9:6:13 | G.J.C | G.J.C in namespaces.ts |
|
||||
| reexport-all-client.ts:4:9:4:14 | ns.G.C | G.C in namespaces.ts |
|
||||
| reexport-all-client.ts:5:9:5:11 | G.C | G.C in namespaces.ts |
|
||||
| reexport-all-client.ts:6:9:6:13 | G.J.C | G.J.C in namespaces.ts |
|
||||
| reexport-all-client.ts:11:8:11:16 | ns.Banana | Banana in export-class.ts |
|
||||
| reexport-named-client.ts:4:9:4:14 | ns.G.C | G.C in namespaces.ts |
|
||||
| reexport-named-client.ts:5:9:5:11 | G.C | G.C in namespaces.ts |
|
||||
| reexport-named-client.ts:6:9:6:13 | G.J.C | G.J.C in namespaces.ts |
|
||||
| reexport-named-client.ts:11:9:11:9 | Y | Banana in export-class.ts |
|
||||
| namespaces-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| namespaces-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| namespaces-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-all-client.ts:11:8:11:16 | ns.Banana | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
|
||||
| reexport-named-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
|
||||
| reexport-named-client.ts:11:9:11:9 | Y | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
| Intl.CollatorOptions in global scope |
|
||||
| Intl.NumberFormatOptions in global scope |
|
||||
| MK in unknown scope |
|
||||
| Mapped in test.ts |
|
||||
| Mapped in library-tests/TypeScript/RegressionTests/EmptyName/test.ts |
|
||||
| RegExp in global scope |
|
||||
| RegExpMatchArray in global scope |
|
||||
| fn in test.ts |
|
||||
| test.ts |
|
||||
| fn in library-tests/TypeScript/RegressionTests/EmptyName/test.ts |
|
||||
| library-tests/TypeScript/RegressionTests/EmptyName/test.ts |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
| "bar" in global scope |
|
||||
| C in module 'bar' |
|
||||
| Foo in global scope |
|
||||
| Foo in tst.ts |
|
||||
| Foo in library-tests/TypeScript/RegressionTests/ExportEqualsExpr/tst.ts |
|
||||
| library-tests/TypeScript/RegressionTests/ExportEqualsExpr/tst.ts |
|
||||
| module 'bar' |
|
||||
| module 'foo' |
|
||||
| tst.ts |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
| Bar.Foo in global scope | Bar in global scope |
|
||||
| Intl.CollatorOptions in global scope | Intl in global scope |
|
||||
| Intl.NumberFormatOptions in global scope | Intl in global scope |
|
||||
| fn in test.ts | test.ts |
|
||||
| fn in library-tests/TypeScript/RegressionTests/SemicolonInName/test.ts | library-tests/TypeScript/RegressionTests/SemicolonInName/test.ts |
|
||||
|
|
|
@ -1 +1 @@
|
|||
| jsdocTypes.ts | This file contains a parse error |
|
||||
| library-tests/TypeScript/SyntaxErrors/jsdocTypes.ts | This file contains a parse error |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
| boolean-type.ts:1:13:1:17 | dummy | typeof dummy.ts |
|
||||
| boolean-type.ts:1:13:1:17 | dummy | typeof library-tests/TypeScript/Types/dummy.ts |
|
||||
| boolean-type.ts:1:24:1:32 | "./dummy" | any |
|
||||
| boolean-type.ts:3:5:3:9 | true1 | true |
|
||||
| boolean-type.ts:4:5:4:9 | true2 | true |
|
||||
|
@ -12,7 +12,7 @@
|
|||
| boolean-type.ts:15:5:15:12 | boolean6 | boolean |
|
||||
| dummy.ts:2:12:2:12 | x | number |
|
||||
| dummy.ts:2:16:2:16 | 5 | 5 |
|
||||
| tst.ts:1:13:1:17 | dummy | typeof dummy.ts |
|
||||
| tst.ts:1:13:1:17 | dummy | typeof library-tests/TypeScript/Types/dummy.ts |
|
||||
| tst.ts:1:24:1:32 | "./dummy" | any |
|
||||
| tst.ts:3:5:3:10 | numVar | number |
|
||||
| tst.ts:5:5:5:8 | num1 | number |
|
||||
|
@ -117,18 +117,18 @@
|
|||
| type_alias.ts:26:19:26:20 | id | string |
|
||||
| type_alias.ts:26:23:26:36 | "second-child" | "second-child" |
|
||||
| type_alias.ts:26:41:26:62 | "I'm th ... child" | "I'm the second child" |
|
||||
| type_definition_objects.ts:1:13:1:17 | dummy | typeof dummy.ts |
|
||||
| type_definition_objects.ts:1:13:1:17 | dummy | typeof library-tests/TypeScript/Types/dummy.ts |
|
||||
| type_definition_objects.ts:1:24:1:32 | "./dummy" | any |
|
||||
| type_definition_objects.ts:3:14:3:14 | C | C |
|
||||
| type_definition_objects.ts:4:5:4:12 | classObj | typeof C in type_definition_objects.ts |
|
||||
| type_definition_objects.ts:4:16:4:16 | C | typeof C in type_definition_objects.ts |
|
||||
| type_definition_objects.ts:4:5:4:12 | classObj | typeof C in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definition_objects.ts:4:16:4:16 | C | typeof C in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definition_objects.ts:6:13:6:13 | E | E |
|
||||
| type_definition_objects.ts:7:5:7:11 | enumObj | typeof E in type_definition_objects.ts |
|
||||
| type_definition_objects.ts:7:15:7:15 | E | typeof E in type_definition_objects.ts |
|
||||
| type_definition_objects.ts:9:18:9:18 | N | typeof N in type_definition_objects.ts |
|
||||
| type_definition_objects.ts:10:5:10:16 | namespaceObj | typeof N in type_definition_objects.ts |
|
||||
| type_definition_objects.ts:10:20:10:20 | N | typeof N in type_definition_objects.ts |
|
||||
| type_definitions.ts:1:13:1:17 | dummy | typeof dummy.ts |
|
||||
| type_definition_objects.ts:7:5:7:11 | enumObj | typeof E in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definition_objects.ts:7:15:7:15 | E | typeof E in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definition_objects.ts:9:18:9:18 | N | typeof N in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definition_objects.ts:10:5:10:16 | namespaceObj | typeof N in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definition_objects.ts:10:20:10:20 | N | typeof N in library-tests/TypeScript/Types/type_definition_objects.ts |
|
||||
| type_definitions.ts:1:13:1:17 | dummy | typeof library-tests/TypeScript/Types/dummy.ts |
|
||||
| type_definitions.ts:1:24:1:32 | "./dummy" | any |
|
||||
| type_definitions.ts:4:3:4:3 | x | S |
|
||||
| type_definitions.ts:6:5:6:5 | i | I<number> |
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<queries language="javascript"/>
|
|
@ -1,9 +1,9 @@
|
|||
| /src/tst.html<\|>jquery<\|>23.0.0 | 4 |
|
||||
| /src/a.js<\|>lib3<\|>unknown | 3 |
|
||||
| /src/tst.html<\|>jquery<\|>42.0.0 | 3 |
|
||||
| /src/a.js<\|>lib1<\|>1.0.2 | 2 |
|
||||
| /src/b.js<\|>lib3<\|>unknown | 2 |
|
||||
| /src/a.js<\|>lib2<\|>1.0.0 | 1 |
|
||||
| /src/b.js<\|>lib2<\|>1.0.0 | 1 |
|
||||
| /src/sub/c.js<\|>lib1<\|>1.0.2 | 1 |
|
||||
| /src/sub/subsub/d.js<\|>lib1<\|>1.0.3 | 1 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/tst.html<\|>jquery<\|>23.0.0 | 4 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/a.js<\|>lib3<\|>unknown | 3 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/tst.html<\|>jquery<\|>42.0.0 | 3 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/a.js<\|>lib1<\|>1.0.2 | 2 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/b.js<\|>lib3<\|>unknown | 2 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/a.js<\|>lib2<\|>1.0.0 | 1 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/b.js<\|>lib2<\|>1.0.0 | 1 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/sub/c.js<\|>lib1<\|>1.0.2 | 1 |
|
||||
| /query-tests/Metrics/ExternalDependencies/src/sub/subsub/d.js<\|>lib1<\|>1.0.3 | 1 |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
| a.js:4:9:4:25 | require('./b.js') | Module a imports module b, which in turn $@ it. | b.js:4:9:4:25 | require('./a.js') | imports |
|
||||
| b.js:4:9:4:25 | require('./a.js') | Module b imports module a, which in turn $@ it. | a.js:4:9:4:25 | require('./b.js') | imports |
|
||||
| selfimport.js:1:1:1:23 | require ... mport') | Module selfimport directly imports itself. | selfimport.js:1:1:1:24 | <toplevel> | |
|
||||
| test1/a.js:1:1:1:27 | require ... ner/a') | Module /test1/a.js imports module .../inner/a.js, which in turn $@ it. | test2/inner/a.js:1:1:1:24 | require ... st1/a') | imports |
|
||||
| test1/a.js:1:1:1:27 | require ... ner/a') | Module .../test1/a.js imports module .../inner/a.js, which in turn $@ it. | test2/inner/a.js:1:1:1:24 | require ... st1/a') | imports |
|
||||
| test1/a.js:2:1:2:14 | require('./b') | Module a imports module b, which in turn $@ it. | test1/b.js:1:1:1:27 | require ... ner/a') | indirectly imports |
|
||||
| test1/b.js:1:1:1:27 | require ... ner/a') | Module b imports module a, which in turn $@ it. | test2/inner/a.js:1:1:1:24 | require ... st1/a') | indirectly imports |
|
||||
| test2/inner/a.js:1:1:1:24 | require ... st1/a') | Module .../inner/a.js imports module /test1/a.js, which in turn $@ it. | test1/a.js:1:1:1:27 | require ... ner/a') | imports |
|
||||
| test2/inner/a.js:1:1:1:24 | require ... st1/a') | Module .../inner/a.js imports module .../test1/a.js, which in turn $@ it. | test1/a.js:1:1:1:27 | require ... ner/a') | imports |
|
||||
|
|
|
@ -23,7 +23,9 @@ test_query20
|
|||
test_query3
|
||||
| tst.js:27:1:27:4 | <!-- | Do not use HTML comments. |
|
||||
test_query1
|
||||
| | 2 |
|
||||
| | 0 |
|
||||
| tutorials | 0 |
|
||||
| tutorials/Introducing the JavaScript libraries | 2 |
|
||||
test_query13
|
||||
test_query9
|
||||
| tst.js:3:1:3:15 | function f() {} | tst.js:6:5:6:19 | function f() {} |
|
||||
|
|
Загрузка…
Ссылка в новой задаче