Files
codeql/javascript/ql/test/library-tests/Bundling/BrowserifyBundle.ql
Anders Schack-Mulligen e58094c732 Javascript: Autoformat.
2019-01-11 11:02:42 +01:00

6 lines
118 B
Plaintext

import semmle.javascript.frameworks.Bundling
from ObjectExpr oe
where isBrowserifyBundle(oe)
select oe.getTopLevel()