mirror of
https://github.com/github/codeql.git
synced 2026-03-06 23:56:48 +01:00
A default re-export (not part of the standard yet) looks like this: ``` export f from 'mod'; ``` What this means is that the default export of `mod` is re-exported under the name `f`. Default re-export specifiers (like `f` in this example) are modelled as a kind of default export specifier in our library, but unlike normal default export specifiers they do not export the name `default`. This was previously not modelled correctly, leading to surprising errors down the line, for example in type inference where we suddenly would no longer be able to resolve an import that otherwise looked resolvable.
328 lines
16 KiB
Plaintext
328 lines
16 KiB
Plaintext
| ChatListScreen.js:1:1:6:0 | exports object of module ChatListScreen |
|
|
| ChatListScreen.js:1:1:6:0 | module object of module ChatListScreen |
|
|
| ChatListScreen.js:3:1:5:1 | function foo |
|
|
| ChatListScreen.js:3:1:5:1 | instance of function foo |
|
|
| a2.js:1:1:2:0 | exports object of module a2 |
|
|
| a2.js:1:1:2:0 | module object of module a2 |
|
|
| a.js:1:1:13:0 | exports object of module a |
|
|
| a.js:1:1:13:0 | module object of module a |
|
|
| a.js:3:8:5:1 | function setX |
|
|
| a.js:3:8:5:1 | instance of function setX |
|
|
| amd2.js:1:1:4:0 | exports object of module amd2 |
|
|
| amd2.js:1:1:4:0 | module object of module amd2 |
|
|
| amd2.js:1:8:3:1 | anonymous function |
|
|
| amd2.js:1:8:3:1 | instance of anonymous function |
|
|
| amd2.js:2:10:2:22 | object literal |
|
|
| amd.js:1:1:7:0 | exports object of module amd |
|
|
| amd.js:1:1:7:0 | module object of module amd |
|
|
| amd.js:1:31:6:1 | anonymous function |
|
|
| amd.js:1:31:6:1 | instance of anonymous function |
|
|
| amd.js:4:11:4:12 | object literal |
|
|
| amd.js:5:15:5:27 | object literal |
|
|
| arguments.js:1:2:3:1 | anonymous function |
|
|
| arguments.js:1:2:3:1 | instance of anonymous function |
|
|
| arguments.js:5:2:8:1 | anonymous function |
|
|
| arguments.js:5:2:8:1 | arguments object of anonymous function |
|
|
| arguments.js:5:2:8:1 | instance of anonymous function |
|
|
| arguments.js:10:2:14:1 | anonymous function |
|
|
| arguments.js:10:2:14:1 | arguments object of anonymous function |
|
|
| arguments.js:10:2:14:1 | instance of anonymous function |
|
|
| arguments.js:16:2:19:1 | anonymous function |
|
|
| arguments.js:16:2:19:1 | arguments object of anonymous function |
|
|
| arguments.js:16:2:19:1 | instance of anonymous function |
|
|
| arguments.js:22:2:28:1 | anonymous function |
|
|
| arguments.js:22:2:28:1 | arguments object of anonymous function |
|
|
| arguments.js:22:2:28:1 | instance of anonymous function |
|
|
| arguments.js:30:2:33:1 | anonymous function |
|
|
| arguments.js:30:2:33:1 | arguments object of anonymous function |
|
|
| arguments.js:30:2:33:1 | instance of anonymous function |
|
|
| b.js:1:1:55:0 | exports object of module b |
|
|
| b.js:1:1:55:0 | module object of module b |
|
|
| backend.js:1:1:3:0 | exports object of module backend |
|
|
| backend.js:1:1:3:0 | module object of module backend |
|
|
| backend.js:1:17:1:18 | object literal |
|
|
| c.js:1:1:7:0 | exports object of module c |
|
|
| c.js:1:1:7:0 | module object of module c |
|
|
| c.js:1:18:1:19 | object literal |
|
|
| c.js:3:1:5:1 | function f |
|
|
| c.js:3:1:5:1 | instance of function f |
|
|
| classAccessors.js:1:1:14:1 | class C |
|
|
| classAccessors.js:1:1:14:1 | instance of class C |
|
|
| classAccessors.js:1:9:1:8 | default constructor of class C |
|
|
| classAccessors.js:2:8:2:23 | getter method for property x of class C |
|
|
| classAccessors.js:4:8:4:23 | getter method for property y of class C |
|
|
| classAccessors.js:5:8:5:17 | setter method for property y of class C |
|
|
| classAccessors.js:7:8:7:17 | setter method for property z of class C |
|
|
| classAccessors.js:9:11:13:3 | method myMethod of class C |
|
|
| d.js:1:1:4:0 | exports object of module d |
|
|
| d.js:1:1:4:0 | module object of module d |
|
|
| d.js:1:18:3:1 | object literal |
|
|
| e.js:1:1:6:0 | exports object of module e |
|
|
| e.js:1:1:6:0 | module object of module e |
|
|
| es2015.js:1:1:50:0 | exports object of module es2015 |
|
|
| es2015.js:1:1:50:0 | module object of module es2015 |
|
|
| es2015.js:1:11:6:1 | class Sup |
|
|
| es2015.js:1:11:6:1 | instance of class Sup |
|
|
| es2015.js:2:14:5:3 | constructor of class Sup |
|
|
| es2015.js:8:1:16:1 | class Sub |
|
|
| es2015.js:8:1:16:1 | instance of class Sub |
|
|
| es2015.js:9:14:11:3 | constructor of class Sub |
|
|
| es2015.js:13:6:15:3 | method foo of class Sub |
|
|
| es2015.js:18:1:20:1 | function f |
|
|
| es2015.js:18:1:20:1 | instance of function f |
|
|
| es2015.js:22:2:24:1 | anonymous function |
|
|
| es2015.js:22:2:24:1 | instance of anonymous function |
|
|
| es2015.js:31:2:35:1 | anonymous function |
|
|
| es2015.js:31:2:35:1 | instance of anonymous function |
|
|
| es2015.js:38:2:42:1 | anonymous function |
|
|
| es2015.js:38:2:42:1 | instance of anonymous function |
|
|
| es2015.js:44:2:47:1 | anonymous function |
|
|
| es2015.js:44:2:47:1 | instance of anonymous function |
|
|
| es2015.js:45:11:45:23 | anonymous function |
|
|
| es2015.js:46:11:46:28 | anonymous function |
|
|
| esClient.js:1:1:12:0 | exports object of module esClient |
|
|
| esClient.js:1:1:12:0 | module object of module esClient |
|
|
| esLib.js:1:1:4:0 | exports object of module esLib |
|
|
| esLib.js:1:1:4:0 | module object of module esLib |
|
|
| esLib.js:3:8:3:24 | function foo |
|
|
| esLib.js:3:8:3:24 | instance of function foo |
|
|
| f.js:1:1:2:0 | exports object of module f |
|
|
| f.js:1:1:2:0 | module object of module f |
|
|
| f.js:1:13:1:25 | anonymous function |
|
|
| f.js:1:13:1:25 | instance of anonymous function |
|
|
| file://:0:0:0:0 | 0 |
|
|
| file://:0:0:0:0 | "" |
|
|
| file://:0:0:0:0 | date |
|
|
| file://:0:0:0:0 | false |
|
|
| file://:0:0:0:0 | global |
|
|
| file://:0:0:0:0 | indefinite function or class (await) |
|
|
| file://:0:0:0:0 | indefinite function or class (call) |
|
|
| file://:0:0:0:0 | indefinite function or class (eval) |
|
|
| file://:0:0:0:0 | indefinite function or class (global) |
|
|
| file://:0:0:0:0 | indefinite function or class (heap) |
|
|
| file://:0:0:0:0 | indefinite function or class (import) |
|
|
| file://:0:0:0:0 | indefinite function or class (namespace) |
|
|
| file://:0:0:0:0 | indefinite function or class (yield) |
|
|
| file://:0:0:0:0 | indefinite object (await) |
|
|
| file://:0:0:0:0 | indefinite object (call) |
|
|
| file://:0:0:0:0 | indefinite object (eval) |
|
|
| file://:0:0:0:0 | indefinite object (global) |
|
|
| file://:0:0:0:0 | indefinite object (heap) |
|
|
| file://:0:0:0:0 | indefinite object (import) |
|
|
| file://:0:0:0:0 | indefinite object (namespace) |
|
|
| file://:0:0:0:0 | indefinite object (yield) |
|
|
| file://:0:0:0:0 | indefinite value (await) |
|
|
| file://:0:0:0:0 | indefinite value (call) |
|
|
| file://:0:0:0:0 | indefinite value (eval) |
|
|
| file://:0:0:0:0 | indefinite value (global) |
|
|
| file://:0:0:0:0 | indefinite value (heap) |
|
|
| file://:0:0:0:0 | indefinite value (import) |
|
|
| file://:0:0:0:0 | indefinite value (namespace) |
|
|
| file://:0:0:0:0 | indefinite value (yield) |
|
|
| file://:0:0:0:0 | non-empty, non-numeric string |
|
|
| file://:0:0:0:0 | non-zero value |
|
|
| file://:0:0:0:0 | null |
|
|
| file://:0:0:0:0 | numeric string |
|
|
| file://:0:0:0:0 | object |
|
|
| file://:0:0:0:0 | regular expression |
|
|
| file://:0:0:0:0 | true |
|
|
| file://:0:0:0:0 | undefined |
|
|
| fundecls.js:1:2:10:1 | anonymous function |
|
|
| fundecls.js:1:2:10:1 | instance of anonymous function |
|
|
| fundecls.js:4:3:4:17 | function f |
|
|
| fundecls.js:4:3:4:17 | instance of function f |
|
|
| fundecls.js:8:5:8:19 | function g |
|
|
| fundecls.js:8:5:8:19 | instance of function g |
|
|
| g.js:1:1:4:0 | exports object of module g |
|
|
| g.js:1:1:4:0 | module object of module g |
|
|
| globals.html:7:8:10:7 | anonymous function |
|
|
| globals.html:7:8:10:7 | instance of anonymous function |
|
|
| globals.html:16:8:19:7 | anonymous function |
|
|
| globals.html:16:8:19:7 | instance of anonymous function |
|
|
| globals.html:22:7:22:21 | function x |
|
|
| globals.html:22:7:22:21 | instance of function x |
|
|
| globals.html:26:23:26:69 | anonymous function |
|
|
| globals.html:26:23:26:69 | instance of anonymous function |
|
|
| h.js:1:1:3:0 | exports object of module h |
|
|
| h.js:1:1:3:0 | module object of module h |
|
|
| h.js:1:8:1:22 | function f |
|
|
| h.js:1:8:1:22 | instance of function f |
|
|
| h.js:2:16:2:24 | class C |
|
|
| h.js:2:16:2:24 | instance of class C |
|
|
| h.js:2:23:2:22 | default constructor of class C |
|
|
| h_import.js:1:1:3:0 | exports object of module h_import |
|
|
| h_import.js:1:1:3:0 | module object of module h_import |
|
|
| import.js:1:1:13:0 | exports object of module import |
|
|
| import.js:1:1:13:0 | module object of module import |
|
|
| imports.ts:1:1:8:0 | exports object of module imports |
|
|
| imports.ts:1:1:8:0 | module object of module imports |
|
|
| instances.js:1:1:4:1 | function A |
|
|
| instances.js:1:1:4:1 | instance of function A |
|
|
| instances.js:3:14:3:26 | anonymous function |
|
|
| instances.js:3:14:3:26 | instance of anonymous function |
|
|
| instances.js:6:19:6:31 | anonymous function |
|
|
| instances.js:6:19:6:31 | instance of anonymous function |
|
|
| instances.js:13:1:13:18 | function SubA |
|
|
| instances.js:13:1:13:18 | instance of function SubA |
|
|
| m.js:1:1:9:0 | exports object of module m |
|
|
| m.js:1:1:9:0 | module object of module m |
|
|
| mixed.js:1:1:11:0 | exports object of module mixed |
|
|
| mixed.js:1:1:11:0 | module object of module mixed |
|
|
| mixins.js:1:1:2:0 | exports object of module mixins |
|
|
| mixins.js:1:1:2:0 | module object of module mixins |
|
|
| mixins.js:1:16:1:32 | anonymous function |
|
|
| n.js:1:1:1:15 | function f |
|
|
| n.js:1:1:1:15 | instance of function f |
|
|
| n.js:1:1:4:0 | exports object of module n |
|
|
| n.js:1:1:4:0 | module object of module n |
|
|
| n.js:2:1:2:15 | function g |
|
|
| n.js:2:1:2:15 | instance of function g |
|
|
| n.js:3:16:3:23 | object literal |
|
|
| namespace-reexport.js:1:1:4:0 | exports object of module namespace-reexport |
|
|
| namespace-reexport.js:1:1:4:0 | module object of module namespace-reexport |
|
|
| nodeJsClient.js:1:1:6:0 | exports object of module nodeJsClient |
|
|
| nodeJsClient.js:1:1:6:0 | module object of module nodeJsClient |
|
|
| nodeJsLib.js:1:1:4:0 | exports object of module nodeJsLib |
|
|
| nodeJsLib.js:1:1:4:0 | module object of module nodeJsLib |
|
|
| nodeJsLib.js:1:18:1:43 | function nodeJsModule |
|
|
| nodeJsLib.js:1:18:1:43 | instance of function nodeJsModule |
|
|
| nodeJsLib.js:3:15:3:37 | function nodeJsFoo |
|
|
| nodeJsLib.js:3:15:3:37 | instance of function nodeJsFoo |
|
|
| o.js:1:1:2:0 | exports object of module o |
|
|
| o.js:1:1:2:0 | module object of module o |
|
|
| objlit.js:1:14:1:15 | object literal |
|
|
| objlit.js:2:9:2:21 | anonymous function |
|
|
| objlit.js:2:9:2:21 | instance of anonymous function |
|
|
| objlit.js:3:9:5:1 | object literal |
|
|
| objlit.js:4:8:4:20 | instance of method baz |
|
|
| objlit.js:4:8:4:20 | method baz |
|
|
| objlit.js:7:9:7:10 | object literal |
|
|
| objlit.js:10:2:12:1 | anonymous function |
|
|
| objlit.js:10:2:12:1 | instance of anonymous function |
|
|
| objlit.js:11:11:11:23 | anonymous function |
|
|
| objlit.js:11:11:11:23 | instance of anonymous function |
|
|
| objlit.js:23:2:48:1 | anonymous function |
|
|
| objlit.js:23:2:48:1 | instance of anonymous function |
|
|
| objlit.js:24:11:28:3 | object literal |
|
|
| objlit.js:25:8:27:5 | object literal |
|
|
| objlit.js:33:12:40:3 | object literal |
|
|
| objlit.js:34:6:34:10 | method f |
|
|
| objlit.js:35:6:39:5 | method g |
|
|
| objlit.js:41:10:41:22 | anonymous function |
|
|
| objlit.js:41:10:41:22 | instance of anonymous function |
|
|
| objlit.js:43:12:45:3 | object literal |
|
|
| reexport-d.js:1:1:2:0 | exports object of module reexport-d |
|
|
| reexport-d.js:1:1:2:0 | module object of module reexport-d |
|
|
| reexport-mixins.js:1:1:4:0 | exports object of module reexport-mixins |
|
|
| reexport-mixins.js:1:1:4:0 | module object of module reexport-mixins |
|
|
| reexport-unknown.js:1:1:2:0 | exports object of module reexport-unknown |
|
|
| reexport-unknown.js:1:1:2:0 | module object of module reexport-unknown |
|
|
| reexport/client/src/index.js:1:1:3:0 | exports object of module index |
|
|
| reexport/client/src/index.js:1:1:3:0 | module object of module index |
|
|
| reexport/lib/index.js:1:1:4:0 | exports object of module index |
|
|
| reexport/lib/index.js:1:1:4:0 | module object of module index |
|
|
| reexport/lib/src/utils/util.js:1:1:3:0 | exports object of module util |
|
|
| reexport/lib/src/utils/util.js:1:1:3:0 | module object of module util |
|
|
| refinements.js:1:1:8:1 | function f1 |
|
|
| refinements.js:1:1:8:1 | instance of function f1 |
|
|
| refinements.js:10:1:24:1 | function f2 |
|
|
| refinements.js:10:1:24:1 | instance of function f2 |
|
|
| refinements.js:26:1:32:1 | function f3 |
|
|
| refinements.js:26:1:32:1 | instance of function f3 |
|
|
| refinements.js:34:1:40:1 | function f4 |
|
|
| refinements.js:34:1:40:1 | instance of function f4 |
|
|
| refinements.js:35:15:35:16 | object literal |
|
|
| refinements.js:35:20:35:31 | anonymous function |
|
|
| refinements.js:35:20:35:31 | instance of anonymous function |
|
|
| refinements.js:42:1:56:1 | function f5 |
|
|
| refinements.js:42:1:56:1 | instance of function f5 |
|
|
| refinements.js:44:3:48:3 | function inner |
|
|
| refinements.js:44:3:48:3 | instance of function inner |
|
|
| refinements.js:58:1:62:1 | function f6 |
|
|
| refinements.js:58:1:62:1 | instance of function f6 |
|
|
| ts2.ts:1:1:6:0 | exports object of module ts2 |
|
|
| ts2.ts:1:1:6:0 | module object of module ts2 |
|
|
| ts2.ts:1:10:1:22 | anonymous function |
|
|
| ts2.ts:1:10:1:22 | instance of anonymous function |
|
|
| ts2.ts:4:12:4:13 | object literal |
|
|
| ts.ts:1:1:2:0 | exports object of module ts |
|
|
| ts.ts:1:1:2:0 | module object of module ts |
|
|
| ts.ts:1:16:1:25 | class A |
|
|
| ts.ts:1:16:1:25 | instance of class A |
|
|
| ts.ts:1:24:1:23 | default constructor of class A |
|
|
| tst2.js:3:2:5:1 | anonymous function |
|
|
| tst2.js:3:2:5:1 | instance of anonymous function |
|
|
| tst.js:1:1:39:1 | arguments object of function tst |
|
|
| tst.js:1:1:39:1 | function tst |
|
|
| tst.js:1:1:39:1 | instance of function tst |
|
|
| tst.js:13:12:13:13 | object literal |
|
|
| tst.js:15:12:15:23 | function xd |
|
|
| tst.js:15:12:15:23 | instance of function xd |
|
|
| tst.js:42:1:44:1 | function nonstrict |
|
|
| tst.js:42:1:44:1 | instance of function nonstrict |
|
|
| tst.js:46:1:49:1 | function strict |
|
|
| tst.js:46:1:49:1 | instance of function strict |
|
|
| tst.js:51:1:57:1 | function capturedFn |
|
|
| tst.js:51:1:57:1 | instance of function capturedFn |
|
|
| tst.js:52:3:52:24 | function captured |
|
|
| tst.js:52:3:52:24 | instance of function captured |
|
|
| tst.js:53:3:55:3 | function capturing |
|
|
| tst.js:53:3:55:3 | instance of function capturing |
|
|
| tst.js:59:2:62:1 | anonymous function |
|
|
| tst.js:59:2:62:1 | instance of anonymous function |
|
|
| tst.js:64:2:66:1 | anonymous function |
|
|
| tst.js:64:2:66:1 | instance of anonymous function |
|
|
| tst.js:68:2:70:1 | anonymous function |
|
|
| tst.js:68:2:70:1 | instance of anonymous function |
|
|
| tst.js:72:2:76:1 | function s |
|
|
| tst.js:72:2:76:1 | instance of function s |
|
|
| tst.js:78:2:82:1 | anonymous function |
|
|
| tst.js:78:2:82:1 | arguments object of anonymous function |
|
|
| tst.js:78:2:82:1 | instance of anonymous function |
|
|
| tst.js:84:2:87:1 | anonymous function |
|
|
| tst.js:84:2:87:1 | instance of anonymous function |
|
|
| tst.js:89:2:92:1 | anonymous function |
|
|
| tst.js:89:2:92:1 | instance of anonymous function |
|
|
| tst.js:94:2:104:1 | anonymous function |
|
|
| tst.js:94:2:104:1 | instance of anonymous function |
|
|
| tst.js:95:3:97:3 | function inner |
|
|
| tst.js:95:3:97:3 | instance of function inner |
|
|
| tst.js:106:2:109:1 | anonymous function |
|
|
| tst.js:106:2:109:1 | arguments object of anonymous function |
|
|
| tst.js:106:2:109:1 | instance of anonymous function |
|
|
| tst.js:111:1:113:1 | arguments object of function tst |
|
|
| tst.js:111:1:113:1 | function tst |
|
|
| tst.js:111:1:113:1 | instance of function tst |
|
|
| tst.js:115:2:132:1 | anonymous function |
|
|
| tst.js:115:2:132:1 | instance of anonymous function |
|
|
| tst.js:116:12:118:3 | anonymous function |
|
|
| tst.js:116:12:118:3 | instance of anonymous function |
|
|
| tst.js:119:12:121:3 | anonymous function |
|
|
| tst.js:119:12:121:3 | instance of anonymous function |
|
|
| tst.js:122:12:124:3 | anonymous function |
|
|
| tst.js:122:12:124:3 | instance of anonymous function |
|
|
| tst.js:125:12:125:24 | anonymous function |
|
|
| tst.js:125:12:125:24 | instance of anonymous function |
|
|
| tst.js:126:12:130:3 | anonymous function |
|
|
| tst.js:126:12:130:3 | instance of anonymous function |
|
|
| tst.js:131:12:131:37 | anonymous function |
|
|
| tst.js:131:12:131:37 | instance of anonymous function |
|
|
| tst.js:134:1:142:1 | function tst2 |
|
|
| tst.js:134:1:142:1 | instance of function tst2 |
|
|
| tst.js:144:1:149:1 | function tst3 |
|
|
| tst.js:144:1:149:1 | instance of function tst3 |
|
|
| tst.js:151:1:162:1 | function tst4 |
|
|
| tst.js:151:1:162:1 | instance of function tst4 |
|
|
| tst.js:164:1:172:1 | arguments object of function tst5 |
|
|
| tst.js:164:1:172:1 | function tst5 |
|
|
| tst.js:164:1:172:1 | instance of function tst5 |
|
|
| tst.js:174:1:183:1 | function awaitFlow |
|
|
| tst.mjs:1:1:4:0 | exports object of module tst |
|
|
| tst.mjs:1:1:4:0 | module object of module tst |
|
|
| tst.ts:1:1:15:0 | exports object of module tst |
|
|
| tst.ts:1:1:15:0 | module object of module tst |
|
|
| tst.ts:8:1:10:1 | function setX |
|
|
| tst.ts:8:1:10:1 | instance of function setX |
|
|
| with.js:1:1:17:1 | function f |
|
|
| with.js:1:1:17:1 | instance of function f |
|