mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
150 lines
7.7 KiB
Plaintext
150 lines
7.7 KiB
Plaintext
test_BulkReExportDeclarations
|
|
| d.js:4:1:4:20 | export * from 'm/c'; |
|
|
test_ExportDeclarations
|
|
| a.js:1:1:3:1 | export ... n 23;\\n} |
|
|
| a.js:5:1:5:32 | export ... } = o; |
|
|
| b.js:5:1:5:18 | export { f as g }; |
|
|
| b.js:7:1:7:21 | export ... './a'; |
|
|
| d.js:4:1:4:20 | export * from 'm/c'; |
|
|
| e.js:2:1:2:16 | export { x, y }; |
|
|
| e.js:3:1:3:35 | export ... './a'; |
|
|
| es2015_require.js:3:1:3:25 | export ... ss C {} |
|
|
| export-in-mjs.mjs:1:1:1:34 | export ... s = 42; |
|
|
| f.ts:5:1:5:24 | export ... oo() {} |
|
|
| m/c.js:5:1:5:30 | export ... '../b'; |
|
|
| reExportNamespace.js:1:1:1:26 | export ... "./a"; |
|
|
| tst.html:7:3:7:22 | export const y = 42; |
|
|
test_ExportDefaultDeclarations
|
|
| a.js:1:1:3:1 | export ... n 23;\\n} |
|
|
| es2015_require.js:3:1:3:25 | export ... ss C {} |
|
|
test_ExportSpecifiers
|
|
| b.js:5:10:5:15 | f as g | b.js:5:10:5:10 | f | b.js:5:15:5:15 | g |
|
|
| e.js:2:10:2:10 | x | e.js:2:10:2:10 | x | e.js:2:10:2:10 | x |
|
|
| e.js:2:13:2:13 | y | e.js:2:13:2:13 | y | e.js:2:13:2:13 | y |
|
|
| e.js:3:10:3:21 | default as g | e.js:3:10:3:16 | default | e.js:3:21:3:21 | g |
|
|
| m/c.js:5:10:5:15 | g as h | m/c.js:5:10:5:10 | g | m/c.js:5:15:5:15 | h |
|
|
test_GlobalVariableRef
|
|
| a.js:5:31:5:31 | o |
|
|
| exports.js:3:9:3:15 | exports |
|
|
| importmeta.js:1:15:1:17 | URL |
|
|
| tst.html:6:3:6:7 | alert |
|
|
test_ImportDefaultSpecifiers
|
|
| b.js:1:8:1:8 | f |
|
|
| f.ts:1:8:1:8 | g |
|
|
| import-in-mjs.mjs:1:8:1:24 | exported_from_mjs |
|
|
| importcss.js:1:8:1:8 | A |
|
|
| tst.html:5:10:5:10 | f |
|
|
| unresolved.js:1:8:1:8 | f |
|
|
test_ImportMetaExpr
|
|
| importmeta.js:1:33:1:43 | import.meta |
|
|
test_ImportNamespaceSpecifier
|
|
| exports.js:1:8:1:17 | * as dummy |
|
|
| m/c.js:1:8:1:13 | * as b |
|
|
test_ImportSpecifiers
|
|
| b.js:1:8:1:8 | f | b.js:1:8:1:8 | f |
|
|
| d.js:1:10:1:21 | default as g | d.js:1:21:1:21 | g |
|
|
| d.js:1:24:1:29 | x as y | d.js:1:29:1:29 | y |
|
|
| exports.js:1:8:1:17 | * as dummy | exports.js:1:13:1:17 | dummy |
|
|
| f.ts:1:8:1:8 | g | f.ts:1:8:1:8 | g |
|
|
| g.ts:1:9:1:11 | foo | g.ts:1:9:1:11 | foo |
|
|
| import-in-mjs.mjs:1:8:1:24 | exported_from_mjs | import-in-mjs.mjs:1:8:1:24 | exported_from_mjs |
|
|
| import-ts-with-js-extension.ts:1:10:1:12 | foo | import-ts-with-js-extension.ts:1:10:1:12 | foo |
|
|
| importcss.js:1:8:1:8 | A | importcss.js:1:8:1:8 | A |
|
|
| m/c.js:1:8:1:13 | * as b | m/c.js:1:13:1:13 | b |
|
|
| reExportNamespaceClient.js:1:10:1:11 | ns | reExportNamespaceClient.js:1:10:1:11 | ns |
|
|
| tst.html:5:10:5:10 | f | tst.html:5:10:5:10 | f |
|
|
| unresolved.js:1:8:1:8 | f | unresolved.js:1:8:1:8 | f |
|
|
test_Imports
|
|
| b.js:1:1:1:20 | import f from './a'; | b.js:1:15:1:19 | './a' | 1 |
|
|
| d.js:1:1:1:43 | import ... './a'; | d.js:1:38:1:42 | './a' | 2 |
|
|
| d.js:2:1:2:13 | import './b'; | d.js:2:8:2:12 | './b' | 0 |
|
|
| exports.js:1:1:1:31 | import ... dummy'; | exports.js:1:24:1:30 | 'dummy' | 1 |
|
|
| f.ts:1:1:1:19 | import g from './e' | f.ts:1:15:1:19 | './e' | 1 |
|
|
| g.ts:1:1:1:23 | import ... m './f' | g.ts:1:19:1:23 | './f' | 1 |
|
|
| import-in-mjs.mjs:1:1:1:46 | import ... n-mjs'; | import-in-mjs.mjs:1:31:1:45 | 'export-in-mjs' | 1 |
|
|
| import-ts-with-js-extension.ts:1:1:1:29 | import ... /f.js"; | import-ts-with-js-extension.ts:1:21:1:28 | "./f.js" | 1 |
|
|
| importcss.js:1:1:1:24 | import ... a.css"; | importcss.js:1:15:1:23 | "./a.css" | 1 |
|
|
| m/c.js:1:1:1:26 | import ... '../b'; | m/c.js:1:20:1:25 | '../b' | 1 |
|
|
| reExportNamespaceClient.js:1:1:1:41 | import ... space"; | reExportNamespaceClient.js:1:20:1:40 | "./reEx ... espace" | 1 |
|
|
| tst.html:5:3:5:20 | import f from 'a'; | tst.html:5:17:5:19 | 'a' | 1 |
|
|
| unresolved.js:1:1:1:18 | import f from 'a'; | unresolved.js:1:15:1:17 | 'a' | 1 |
|
|
test_Module_exports
|
|
| a.js:1:1:5:32 | <toplevel> | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
|
|
| a.js:1:1:5:32 | <toplevel> | x | a.js:5:18:5:20 | f() |
|
|
| a.js:1:1:5:32 | <toplevel> | y | a.js:5:25:5:25 | y |
|
|
| b.js:1:1:8:0 | <toplevel> | f2 | a.js:1:16:3:1 | functio ... n 23;\\n} |
|
|
| b.js:1:1:8:0 | <toplevel> | g | b.js:5:10:5:10 | f |
|
|
| e.js:1:1:4:0 | <toplevel> | g | a.js:1:16:3:1 | functio ... n 23;\\n} |
|
|
| e.js:1:1:4:0 | <toplevel> | x | e.js:2:10:2:10 | x |
|
|
| e.js:1:1:4:0 | <toplevel> | y | e.js:2:13:2:13 | y |
|
|
| es2015_require.js:1:1:3:25 | <toplevel> | default | es2015_require.js:3:16:3:25 | class C {} |
|
|
| export-in-mjs.mjs:1:1:1:34 | <toplevel> | exported_from_mjs | export-in-mjs.mjs:1:32:1:33 | 42 |
|
|
| f.ts:1:1:6:0 | <toplevel> | foo | f.ts:5:8:5:24 | function foo() {} |
|
|
| m/c.js:1:1:6:0 | <toplevel> | h | b.js:5:10:5:10 | f |
|
|
| tst.html:4:23:8:0 | <toplevel> | y | tst.html:7:20:7:21 | 42 |
|
|
test_NamedImportSpecifier
|
|
| d.js:1:10:1:21 | default as g |
|
|
| d.js:1:24:1:29 | x as y |
|
|
| g.ts:1:9:1:11 | foo |
|
|
| import-ts-with-js-extension.ts:1:10:1:12 | foo |
|
|
| reExportNamespaceClient.js:1:10:1:11 | ns |
|
|
test_OtherImports
|
|
| es2015_require.js:1:11:1:24 | require('./d') | d.js:1:1:5:0 | <toplevel> |
|
|
test_ReExportDeclarations
|
|
| b.js:7:1:7:21 | export ... './a'; | b.js:7:16:7:20 | './a' |
|
|
| d.js:4:1:4:20 | export * from 'm/c'; | d.js:4:15:4:19 | 'm/c' |
|
|
| e.js:3:1:3:35 | export ... './a'; | e.js:3:30:3:34 | './a' |
|
|
| m/c.js:5:1:5:30 | export ... '../b'; | m/c.js:5:24:5:29 | '../b' |
|
|
| reExportNamespace.js:1:1:1:26 | export ... "./a"; | reExportNamespace.js:1:21:1:25 | "./a" |
|
|
test_getAnImportedModule
|
|
| 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 |
|
|
| library-tests/Modules/reExportNamespaceClient.js | library-tests/Modules/reExportNamespace.js |
|
|
test_getExportedName
|
|
| b.js:5:10:5:15 | f as g | g |
|
|
| b.js:7:8:7:9 | f2 | f2 |
|
|
| e.js:2:10:2:10 | x | x |
|
|
| e.js:2:13:2:13 | y | y |
|
|
| e.js:3:10:3:21 | default as g | g |
|
|
| m/c.js:5:10:5:15 | g as h | h |
|
|
| reExportNamespace.js:1:8:1:14 | * as ns | ns |
|
|
test_getImportedName
|
|
| b.js:1:8:1:8 | f | default |
|
|
| d.js:1:10:1:21 | default as g | default |
|
|
| d.js:1:24:1:29 | x as y | x |
|
|
| f.ts:1:8:1:8 | g | default |
|
|
| g.ts:1:9:1:11 | foo | foo |
|
|
| import-in-mjs.mjs:1:8:1:24 | exported_from_mjs | default |
|
|
| import-ts-with-js-extension.ts:1:10:1:12 | foo | foo |
|
|
| importcss.js:1:8:1:8 | A | default |
|
|
| reExportNamespaceClient.js:1:10:1:11 | ns | ns |
|
|
| tst.html:5:10:5:10 | f | default |
|
|
| unresolved.js:1:8:1:8 | f | default |
|
|
test_getLocalName
|
|
| b.js:5:10:5:15 | f as g | f |
|
|
| b.js:7:8:7:9 | f2 | default |
|
|
| e.js:2:10:2:10 | x | x |
|
|
| e.js:2:13:2:13 | y | y |
|
|
| e.js:3:10:3:21 | default as g | default |
|
|
| m/c.js:5:10:5:15 | g as h | g |
|
|
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() |
|
|
| a.js:5:1:5:32 | export ... } = o; | y | a.js:5:25:5:25 | y |
|
|
| b.js:5:1:5:18 | export { f as g }; | g | b.js:5:10:5:10 | f |
|
|
| b.js:7:1:7:21 | export ... './a'; | f2 | a.js:1:16:3:1 | functio ... n 23;\\n} |
|
|
| e.js:2:1:2:16 | export { x, y }; | x | e.js:2:10:2:10 | x |
|
|
| e.js:2:1:2:16 | export { x, y }; | y | e.js:2:13:2:13 | y |
|
|
| e.js:3:1:3:35 | export ... './a'; | g | a.js:1:16:3:1 | functio ... n 23;\\n} |
|
|
| es2015_require.js:3:1:3:25 | export ... ss C {} | default | es2015_require.js:3:16:3:25 | class C {} |
|
|
| export-in-mjs.mjs:1:1:1:34 | export ... s = 42; | exported_from_mjs | export-in-mjs.mjs:1:32:1:33 | 42 |
|
|
| f.ts:5:1:5:24 | export ... oo() {} | foo | f.ts:5:8:5:24 | function foo() {} |
|
|
| m/c.js:5:1:5:30 | export ... '../b'; | h | b.js:5:10:5:10 | f |
|
|
| tst.html:7:3:7:22 | export const y = 42; | y | tst.html:7:20:7:21 | 42 |
|