mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
class TopLevel extends @toplevel {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from TopLevel tl
|
|
where isModule(tl) and not isNodejs(tl)
|
|
select tl
|