Skip to content

Commit daf041f

Browse files
Copilotjakebailey
andcommitted
Update baselines for destructured binding element JSDoc
Co-authored-by: jakebailey <[email protected]>
1 parent 2462931 commit daf041f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

testdata/baselines/reference/fourslash/quickInfo/quickInfoForObjectBindingElementName03.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// | ```tsx
1515
// | var foo: string
1616
// | ```
17-
// |
17+
// | A description of foo
1818
// | ----------------------------------------------------------------------
1919
// }
2020
[
@@ -31,7 +31,7 @@
3131
"item": {
3232
"contents": {
3333
"kind": "markdown",
34-
"value": "```tsx\nvar foo: string\n```\n"
34+
"value": "```tsx\nvar foo: string\n```\nA description of foo"
3535
},
3636
"range": {
3737
"start": {

testdata/baselines/reference/fourslash/quickInfo/quickInfoForObjectBindingElementName04.baseline

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
// | ```tsx
2020
// | var a: { b: string; }
2121
// | ```
22-
// |
22+
// | A description of 'a'
2323
// | ----------------------------------------------------------------------
2424
// b;
2525
// ^
2626
// | ----------------------------------------------------------------------
2727
// | ```tsx
2828
// | var b: string
2929
// | ```
30-
// |
30+
// | A description of 'b'
3131
// | ----------------------------------------------------------------------
3232
// }
3333
[
@@ -44,7 +44,7 @@
4444
"item": {
4545
"contents": {
4646
"kind": "markdown",
47-
"value": "```tsx\nvar a: { b: string; }\n```\n"
47+
"value": "```tsx\nvar a: { b: string; }\n```\nA description of 'a'"
4848
},
4949
"range": {
5050
"start": {
@@ -71,7 +71,7 @@
7171
"item": {
7272
"contents": {
7373
"kind": "markdown",
74-
"value": "```tsx\nvar b: string\n```\n"
74+
"value": "```tsx\nvar b: string\n```\nA description of 'b'"
7575
},
7676
"range": {
7777
"start": {

testdata/baselines/reference/fourslash/quickInfo/quickInfoForObjectBindingElementName05.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// | ```tsx
1818
// | var a: string | number
1919
// | ```
20-
// |
20+
// | A description of a
2121
// | ----------------------------------------------------------------------
2222
// }
2323
[
@@ -34,7 +34,7 @@
3434
"item": {
3535
"contents": {
3636
"kind": "markdown",
37-
"value": "```tsx\nvar a: string | number\n```\n"
37+
"value": "```tsx\nvar a: string | number\n```\nA description of a"
3838
},
3939
"range": {
4040
"start": {

testdata/baselines/reference/fourslash/quickInfo/quickInfoForObjectBindingElementName06.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// | ```tsx
2424
// | const isBar: boolean
2525
// | ```
26-
// |
26+
// | Thing is a baz
2727
// | ----------------------------------------------------------------------
2828
[
2929
{
@@ -39,7 +39,7 @@
3939
"item": {
4040
"contents": {
4141
"kind": "markdown",
42-
"value": "```tsx\nconst isBar: boolean\n```\n"
42+
"value": "```tsx\nconst isBar: boolean\n```\nThing is a baz"
4343
},
4444
"range": {
4545
"start": {

0 commit comments

Comments
 (0)