mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
4 lines
473 B
Plaintext
4 lines
473 B
Plaintext
| A.ts:3:24:3:24 | B | B is uninitialized if $@ is loaded first in the cyclic import: A => B => A. | A.ts:1:17:1:21 | './B' | B |
|
|
| B.ts:5:24:5:24 | A | A is uninitialized if $@ is loaded first in the cyclic import: B => A => B. | B.ts:1:17:1:21 | './A' | A |
|
|
| ExampleBad/services.js:5:3:5:14 | AudioService | AudioService is uninitialized if $@ is loaded first in the cyclic import: services => audio => services. | ExampleBad/services.js:1:30:1:38 | './audio' | audio |
|