We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7e9eb commit a4450c3Copy full SHA for a4450c3
javascript/ql/test/library-tests/PackageExports/tests.ql
@@ -1,12 +1,8 @@
1
import javascript
2
-
3
import semmle.javascript.PackageExports as Exports
4
5
6
-query PackageJSON getTopmostPackageJSON() {
7
- result = Exports::getTopmostPackageJSON()
8
-}
+query PackageJSON getTopmostPackageJSON() { result = Exports::getTopmostPackageJSON() }
9
10
query DataFlow::Node getAValueExportedBy(PackageJSON json) {
11
- result = Exports::getAValueExportedBy(json)
12
+ result = Exports::getAValueExportedBy(json)
+}
0 commit comments