Files
codeql/javascript/ql/lib/upgrades/7eead88269b20e9d61f61cd2291affb737dc831e/isES2015Module.ql
Dave Bartolomeo 83ceb822aa Move upgrades into standard library packs
Move upgrade to new location

Remove incorrectly merged files

Fix upgrades section
2022-01-04 11:30:25 -08:00

8 lines
136 B
Plaintext

class TopLevel extends @toplevel {
string toString() { none() }
}
from TopLevel tl
where isModule(tl) and not isNodejs(tl)
select tl