You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/typescript-estree/tests/lib/__snapshots__/semantic-diagnostics-enabled.test.ts.snap
+4
Original file line number
Diff line number
Diff line change
@@ -2639,6 +2639,8 @@ exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" e
2639
2639
2640
2640
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/indexed.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
2641
2641
2642
+
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/interface-with-accessors.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
2643
+
2642
2644
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/intersection-type.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
2643
2645
2644
2646
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/literal-number.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
@@ -2661,6 +2663,8 @@ exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" e
2661
2663
2662
2664
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/nested-types.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
2663
2665
2666
+
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/object-literal-type-with-accessors.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
2667
+
2664
2668
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/parenthesized-type.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
2665
2669
2666
2670
exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/reference.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
Copy file name to clipboardExpand all lines: packages/typescript-estree/tests/snapshots/typescript/basics/interface-with-all-property-types.src.ts.shot
Copy file name to clipboardExpand all lines: packages/typescript-estree/tests/snapshots/typescript/basics/interface-with-optional-properties.src.ts.shot
Copy file name to clipboardExpand all lines: packages/typescript-estree/tests/snapshots/typescript/basics/type-assertion-with-guard-in-interface.src.ts.shot
Copy file name to clipboardExpand all lines: packages/typescript-estree/tests/snapshots/typescript/errorRecovery/empty-type-parameters-in-method-signature.src.ts.shot
Copy file name to clipboardExpand all lines: packages/typescript-estree/tests/snapshots/typescript/errorRecovery/interface-method-protected.src.ts.shot
0 commit comments