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 564a687 commit acc28dfCopy full SHA for acc28df
javascript/extractor/src/com/semmle/js/parser/ParsedProject.java
@@ -21,7 +21,7 @@ public File getTsConfigFile() {
21
22
/** Absolute paths to the files included in this project. */
23
public Set<File> getOwnFiles() {
24
- return allFiles;
+ return ownFiles;
25
}
26
27
/** Absolute paths to the files included in or referenced by this project. */
javascript/ql/test/library-tests/TypeScript/BaseUrl/test.expected
@@ -1,2 +1,3 @@
1
| A/index.ts:1:1:1:35 | import ... c/foo"; | B/src/foo.ts:1:1:4:0 | <toplevel> |
2
+| B/src/foo.ts:1:1:1:30 | import ... b/bar"; | B/src/lib/bar.ts:1:1:4:0 | <toplevel> |
3
| B/src/lib/bar.ts:1:1:1:26 | import ... "foo"; | B/src/foo.ts:1:1:4:0 | <toplevel> |
0 commit comments