mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
4 lines
267 B
Plaintext
4 lines
267 B
Plaintext
| tst3.js:2:1:2:36 | exports ... a: 23 } | Assigning to 'exports' does not export anything. |
|
|
| tst5.js:3:1:3:12 | exports = {} | Assigning to 'exports' does not export anything. |
|
|
| tst.js:2:1:2:12 | exports = 56 | Assigning to 'exports' does not export anything. |
|