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
'warn: The label "bad" for badLabel cannot be referenced with a declaration reference. Labels may only contain A-Z, 0-9, and _, and may not start with a number.',
Copy file name to clipboardExpand all lines: src/test/converter/function/specs.json
+41-22Lines changed: 41 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,14 @@
425
425
"variant": "declaration",
426
426
"kind": 64,
427
427
"flags": {},
428
+
"comment": {
429
+
"summary": [
430
+
{
431
+
"kind": "text",
432
+
"text": "Returns true if fn returns true for every item in the iterator\n\nReturns true if the iterator is empty"
433
+
}
434
+
]
435
+
},
428
436
"sources": [
429
437
{
430
438
"fileName": "function.ts",
@@ -440,14 +448,6 @@
440
448
"variant": "signature",
441
449
"kind": 4096,
442
450
"flags": {},
443
-
"comment": {
444
-
"summary": [
445
-
{
446
-
"kind": "text",
447
-
"text": "Returns true if fn returns true for every item in the iterator\n\nReturns true if the iterator is empty"
448
-
}
449
-
]
450
-
},
451
451
"sources": [
452
452
{
453
453
"fileName": "function.ts",
@@ -565,14 +565,6 @@
565
565
"variant": "signature",
566
566
"kind": 4096,
567
567
"flags": {},
568
-
"comment": {
569
-
"summary": [
570
-
{
571
-
"kind": "text",
572
-
"text": "Returns true if fn returns true for every item in the iterator\n\nReturns true if the iterator is empty"
573
-
}
574
-
]
575
-
},
576
568
"sources": [
577
569
{
578
570
"fileName": "function.ts",
@@ -1745,6 +1737,30 @@
1745
1737
"variant": "declaration",
1746
1738
"kind": 64,
1747
1739
"flags": {},
1740
+
"comment": {
1741
+
"summary": [
1742
+
{
1743
+
"kind": "text",
1744
+
"text": "This comment is on the actual implementation of the function.\nTypeDoc used to allow this for providing \"default\" comments that would be\ncopied to each signature. It no longer does this, and instead treats\nthis comment as belonging to the function reflection itself.\nAny "
1745
+
},
1746
+
{
1747
+
"kind": "code",
1748
+
"text": "`@param`"
1749
+
},
1750
+
{
1751
+
"kind": "text",
1752
+
"text": " or "
1753
+
},
1754
+
{
1755
+
"kind": "code",
1756
+
"text": "`@returns`"
1757
+
},
1758
+
{
1759
+
"kind": "text",
1760
+
"text": " tags within this comment won't be applied\nto signatures."
1761
+
}
1762
+
]
1763
+
},
1748
1764
"sources": [
1749
1765
{
1750
1766
"fileName": "function.ts",
@@ -1921,6 +1937,14 @@
1921
1937
"variant": "declaration",
1922
1938
"kind": 64,
1923
1939
"flags": {},
1940
+
"comment": {
1941
+
"summary": [
1942
+
{
1943
+
"kind": "text",
1944
+
"text": "This is a function that is assigned to a variable."
1945
+
}
1946
+
]
1947
+
},
1924
1948
"sources": [
1925
1949
{
1926
1950
"fileName": "function.ts",
@@ -1937,12 +1961,7 @@
1937
1961
"kind": 4096,
1938
1962
"flags": {},
1939
1963
"comment": {
1940
-
"summary": [
1941
-
{
1942
-
"kind": "text",
1943
-
"text": "This is a function that is assigned to a variable."
0 commit comments