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
{{ message }}
This repository was archived by the owner on Jan 14, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: tests/lib/__snapshots__/semantic-diagnostics-enabled.ts.snap
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ Object {
17
17
}
18
18
`;
19
19
20
+
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-comment-after-jsx.src.js.src 1`] =`
21
+
Object {
22
+
"column": 14,
23
+
"index": 48,
24
+
"lineNumber": 3,
25
+
"message": "Type expected.",
26
+
}
27
+
`;
28
+
20
29
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-tag-comments.src.js.src 1`] =`
21
30
Object {
22
31
"column": 9,
@@ -26,6 +35,15 @@ Object {
26
35
}
27
36
`;
28
37
38
+
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-text-with-multiline-non-comment.src.js.src 1`] =`
39
+
Object {
40
+
"column": 5,
41
+
"index": 81,
42
+
"lineNumber": 7,
43
+
"message": "Type expected.",
44
+
}
45
+
`;
46
+
29
47
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-text-with-url.src.js.src 1`] =`
0 commit comments