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 dceb211 commit ba5d6bbCopy full SHA for ba5d6bb
javascript/extractor/src/com/semmle/js/extractor/DependencyInstallationResult.java
@@ -19,6 +19,8 @@ public DependencyInstallationResult(
19
Path virtualSourceRoot,
20
Map<String, Path> packageEntryPoints,
21
Map<String, Path> packageJsonFiles) {
22
+ this.sourceRoot = sourceRoot;
23
+ this.virtualSourceRoot = virtualSourceRoot;
24
this.packageEntryPoints = packageEntryPoints;
25
this.packageJsonFiles = packageJsonFiles;
26
}
0 commit comments