Files
codeql/javascript/ql/test/library-tests/Bundling/MultiLicenseBundle.ql
2018-08-02 17:53:23 +01:00

6 lines
114 B
Plaintext

import semmle.javascript.frameworks.Bundling
from TopLevel tl
where isMultiLicenseBundle(tl)
select tl.getFile()