File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
test/query-tests/Diagnostics Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * @name Successfully extracted files
3
- * @description Lists all files in the source code directory that were extracted without encountering an error in the file .
2
+ * @name Extracted files
3
+ * @description Lists all files in the source code directory that were extracted.
4
4
* @kind diagnostic
5
5
* @id js/diagnostics/successfully-extracted-files
6
6
* @tags successfully-extracted-files
9
9
import javascript
10
10
11
11
from File f
12
- where
13
- not exists ( Error e | e .isFatal ( ) and e .getFile ( ) = f ) and
14
- exists ( f .getRelativePath ( ) )
12
+ where exists ( f .getRelativePath ( ) )
15
13
select f , ""
Original file line number Diff line number Diff line change
1
+ | bad1.js:0:0:0:0 | bad1.js | |
2
+ | bad2.ts:0:0:0:0 | bad2.ts | |
3
+ | bad3.html:0:0:0:0 | bad3.html | |
1
4
| contains-template.js:0:0:0:0 | contains-template.js | |
2
5
| good1.js:0:0:0:0 | good1.js | |
3
6
| good2.ts:0:0:0:0 | good2.ts | |
You can’t perform that action at this time.
0 commit comments