mirror of
https://github.com/github/codeql.git
synced 2026-03-08 00:26:45 +01:00
11 lines
801 B
Plaintext
11 lines
801 B
Plaintext
| 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() |
|
|
| b.js:5:1:5:18 | export { f as g }; | g | b.js:5:10:5:10 | f |
|
|
| 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() {} |
|
|
| tst.html:7:3:7:22 | export const y = 42; | y | tst.html:7:20:7:21 | 42 |
|