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 11/**
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.
44 * @kind diagnostic
55 * @id js/diagnostics/successfully-extracted-files
66 * @tags successfully-extracted-files
99import javascript
1010
1111from 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 ( ) )
1513select 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 | |
14| contains-template.js:0:0:0:0 | contains-template.js | |
25| good1.js:0:0:0:0 | good1.js | |
36| good2.ts:0:0:0:0 | good2.ts | |
You can’t perform that action at this time.
0 commit comments