Skip to content

Commit

Permalink
test(typescript-estree): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed May 17, 2022
1 parent 0eb5560 commit 435f610
Show file tree
Hide file tree
Showing 55 changed files with 2,250 additions and 0 deletions.
Expand Up @@ -475,6 +475,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 11,
Expand Down Expand Up @@ -503,6 +504,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
10,
11,
Expand Down
Expand Up @@ -2730,6 +2730,14 @@ exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" e

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"`;

exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/optional-variance-in.src 1`] = `"TEST OUTPUT: No semantic or syntactic issues found"`;

exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/optional-variance-in-and-out.src 1`] = `"TEST OUTPUT: No semantic or syntactic issues found"`;

exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/optional-variance-in-out.src 1`] = `"TEST OUTPUT: No semantic or syntactic issues found"`;

exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/optional-variance-out.src 1`] = `"TEST OUTPUT: No semantic or syntactic issues found"`;

exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/parenthesized-type.src 1`] = `"TEST OUTPUT: No semantic or syntactic issues found"`;

exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/typescript/types/reference.src 1`] = `"TEST OUTPUT: No semantic or syntactic issues found"`;
Expand Down
Expand Up @@ -74,6 +74,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 14,
Expand Down Expand Up @@ -102,6 +103,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
13,
14,
Expand Down
Expand Up @@ -106,6 +106,7 @@ Object {
],
"type": "TSObjectKeyword",
},
"in": undefined,
"loc": Object {
"end": Object {
"column": 36,
Expand Down Expand Up @@ -134,6 +135,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
11,
36,
Expand Down
Expand Up @@ -219,6 +219,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 2,
Expand Down Expand Up @@ -247,6 +248,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
1,
2,
Expand Down
Expand Up @@ -168,6 +168,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 4,
Expand Down Expand Up @@ -196,6 +197,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
16,
17,
Expand Down Expand Up @@ -329,6 +331,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 7,
Expand Down Expand Up @@ -357,6 +360,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
44,
45,
Expand Down
Expand Up @@ -98,6 +98,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 15,
Expand Down Expand Up @@ -126,6 +127,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
24,
25,
Expand Down Expand Up @@ -234,6 +236,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 19,
Expand Down Expand Up @@ -262,6 +265,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
52,
53,
Expand Down
Expand Up @@ -214,6 +214,7 @@ Object {
"typeParameters": undefined,
},
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 21,
Expand Down Expand Up @@ -242,6 +243,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
10,
21,
Expand Down
Expand Up @@ -143,6 +143,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 11,
Expand Down Expand Up @@ -171,6 +172,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
10,
11,
Expand Down
Expand Up @@ -133,6 +133,7 @@ Object {
},
"typeParameters": undefined,
},
"in": undefined,
"loc": Object {
"end": Object {
"column": 16,
Expand Down Expand Up @@ -161,6 +162,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
21,
28,
Expand Down
Expand Up @@ -98,6 +98,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 10,
Expand Down Expand Up @@ -126,6 +127,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
21,
22,
Expand Down
Expand Up @@ -211,6 +211,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 7,
Expand Down Expand Up @@ -239,6 +240,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
36,
37,
Expand Down
Expand Up @@ -235,6 +235,7 @@ Object {
},
},
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 35,
Expand Down Expand Up @@ -263,6 +264,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
11,
35,
Expand Down
Expand Up @@ -289,6 +289,7 @@ Object {
},
},
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 36,
Expand Down Expand Up @@ -317,6 +318,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
11,
36,
Expand Down Expand Up @@ -828,6 +830,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 18,
Expand Down Expand Up @@ -856,6 +859,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
175,
176,
Expand Down
Expand Up @@ -133,6 +133,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 17,
Expand Down Expand Up @@ -161,6 +162,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
26,
27,
Expand Down Expand Up @@ -303,6 +305,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 19,
Expand Down Expand Up @@ -331,6 +334,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
64,
65,
Expand Down
Expand Up @@ -106,6 +106,7 @@ Object {
},
"typeParameters": undefined,
},
"in": undefined,
"loc": Object {
"end": Object {
"column": 17,
Expand Down Expand Up @@ -134,6 +135,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
10,
17,
Expand Down
Expand Up @@ -71,6 +71,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 11,
Expand Down Expand Up @@ -99,6 +100,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
8,
11,
Expand Down
Expand Up @@ -71,6 +71,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 11,
Expand Down Expand Up @@ -99,6 +100,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
10,
11,
Expand Down
Expand Up @@ -55,6 +55,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 22,
Expand Down Expand Up @@ -83,6 +84,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
21,
22,
Expand Down
Expand Up @@ -55,6 +55,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 22,
Expand Down Expand Up @@ -83,6 +84,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
21,
22,
Expand All @@ -92,6 +94,7 @@ Object {
Object {
"constraint": undefined,
"default": undefined,
"in": undefined,
"loc": Object {
"end": Object {
"column": 25,
Expand Down Expand Up @@ -120,6 +123,7 @@ Object {
],
"type": "Identifier",
},
"out": undefined,
"range": Array [
24,
25,
Expand Down

0 comments on commit 435f610

Please sign in to comment.