File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
e2e/plugin-typescript-e2e/tests/__snapshots__ Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,26 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
5858 " description" : " Errors that occur during type checking and type inference" ,
5959 " details" : {
6060 " issues" : [
61+ {
62+ " message" : " TS2694: Namespace ''./index'' has no exported member 'IOptions'." ,
63+ " severity" : " error" ,
64+ " source" : {
65+ " file" : " node_modules/@types/glob/index.d.ts" ,
66+ " position" : {
67+ " startLine" : 29 ,
68+ },
69+ },
70+ },
71+ {
72+ " message" : " TS2724: ''./index'' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?" ,
73+ " severity" : " error" ,
74+ " source" : {
75+ " file" : " node_modules/@types/glob/index.d.ts" ,
76+ " position" : {
77+ " startLine" : 74 ,
78+ },
79+ },
80+ },
6181 {
6282 " message" : " TS2683: 'this' implicitly has type 'any' because it does not have a type annotation." ,
6383 " severity" : " error" ,
@@ -80,11 +100,11 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
80100 },
81101 ],
82102 },
83- " displayValue" : " 2 errors" ,
103+ " displayValue" : " 4 errors" ,
84104 " score" : 0 ,
85105 " slug" : " semantic-errors" ,
86106 " title" : " Semantic errors" ,
87- " value" : 2 ,
107+ " value" : 4 ,
88108 },
89109 {
90110 " description" : " Errors that occur during TypeScript language service operations" ,
You can’t perform that action at this time.
0 commit comments