File tree 11 files changed +163
-259
lines changed
11 files changed +163
-259
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * @public
3
+ */
4
+ export default ( thisIsTheArgument ) => { } ;
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " " ,
4
+ "tags" : [
5
+ {
6
+ "title" : " public" ,
7
+ "description" : null ,
8
+ "lineNumber" : 1
9
+ }
10
+ ],
11
+ "loc" : {
12
+ "start" : {
13
+ "line" : 1 ,
14
+ "column" : 0
15
+ },
16
+ "end" : {
17
+ "line" : 3 ,
18
+ "column" : 3
19
+ }
20
+ },
21
+ "context" : {
22
+ "loc" : {
23
+ "start" : {
24
+ "line" : 4 ,
25
+ "column" : 0
26
+ },
27
+ "end" : {
28
+ "line" : 4 ,
29
+ "column" : 41
30
+ }
31
+ }
32
+ },
33
+ "errors" : [],
34
+ "access" : " public" ,
35
+ "name" : " es6-default2.input" ,
36
+ "kind" : " function" ,
37
+ "params" : [
38
+ {
39
+ "title" : " param" ,
40
+ "name" : " thisIsTheArgument" ,
41
+ "lineNumber" : 4
42
+ }
43
+ ],
44
+ "members" : {
45
+ "instance" : [],
46
+ "static" : []
47
+ },
48
+ "path" : [
49
+ {
50
+ "name" : " es6-default2.input" ,
51
+ "kind" : " function"
52
+ }
53
+ ],
54
+ "namespace" : " es6-default2.input"
55
+ }
56
+ ]
Original file line number Diff line number Diff line change
1
+ <!-- Generated by documentation.js. Update this documentation by updating the source code. -->
2
+
3
+ # es6-default2.input
4
+
5
+ ** Parameters**
6
+
7
+ - ` thisIsTheArgument `
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " root" ,
3
+ "children" : [
4
+ {
5
+ "type" : " html" ,
6
+ "value" : " <!-- Generated by documentation.js. Update this documentation by updating the source code. -->"
7
+ },
8
+ {
9
+ "depth" : 1 ,
10
+ "type" : " heading" ,
11
+ "children" : [
12
+ {
13
+ "type" : " text" ,
14
+ "value" : " es6-default2.input"
15
+ }
16
+ ]
17
+ },
18
+ {
19
+ "type" : " strong" ,
20
+ "children" : [
21
+ {
22
+ "type" : " text" ,
23
+ "value" : " Parameters"
24
+ }
25
+ ]
26
+ },
27
+ {
28
+ "ordered" : false ,
29
+ "type" : " list" ,
30
+ "children" : [
31
+ {
32
+ "type" : " listItem" ,
33
+ "children" : [
34
+ {
35
+ "type" : " paragraph" ,
36
+ "children" : [
37
+ {
38
+ "type" : " inlineCode" ,
39
+ "value" : " thisIsTheArgument"
40
+ },
41
+ {
42
+ "type" : " text" ,
43
+ "value" : " "
44
+ },
45
+ {
46
+ "type" : " text" ,
47
+ "value" : " "
48
+ }
49
+ ]
50
+ }
51
+ ]
52
+ }
53
+ ]
54
+ }
55
+ ]
56
+ }
Original file line number Diff line number Diff line change 2154
2154
],
2155
2155
"namespace" : " foo"
2156
2156
},
2157
- {
2158
- "description" : " " ,
2159
- "tags" : [
2160
- {
2161
- "title" : " public" ,
2162
- "description" : null ,
2163
- "lineNumber" : 1
2164
- }
2165
- ],
2166
- "loc" : {
2167
- "start" : {
2168
- "line" : 102 ,
2169
- "column" : 0
2170
- },
2171
- "end" : {
2172
- "line" : 104 ,
2173
- "column" : 3
2174
- }
2175
- },
2176
- "context" : {
2177
- "loc" : {
2178
- "start" : {
2179
- "line" : 105 ,
2180
- "column" : 0
2181
- },
2182
- "end" : {
2183
- "line" : 105 ,
2184
- "column" : 41
2185
- }
2186
- }
2187
- },
2188
- "errors" : [],
2189
- "access" : " public" ,
2190
- "name" : " es6.input" ,
2191
- "kind" : " function" ,
2192
- "params" : [
2193
- {
2194
- "title" : " param" ,
2195
- "name" : " thisIsTheArgument" ,
2196
- "lineNumber" : 105
2197
- }
2198
- ],
2199
- "members" : {
2200
- "instance" : [],
2201
- "static" : []
2202
- },
2203
- "path" : [
2204
- {
2205
- "name" : " es6.input" ,
2206
- "kind" : " function"
2207
- }
2208
- ],
2209
- "namespace" : " es6.input"
2210
- },
2211
2157
{
2212
2158
"description" : {
2213
2159
"type" : " root" ,
2274
2220
],
2275
2221
"loc" : {
2276
2222
"start" : {
2277
- "line" : 107 ,
2223
+ "line" : 102 ,
2278
2224
"column" : 0
2279
2225
},
2280
2226
"end" : {
2281
- "line" : 110 ,
2227
+ "line" : 105 ,
2282
2228
"column" : 3
2283
2229
}
2284
2230
},
2285
2231
"context" : {
2286
2232
"loc" : {
2287
2233
"start" : {
2288
- "line" : 111 ,
2234
+ "line" : 106 ,
2289
2235
"column" : 0
2290
2236
},
2291
2237
"end" : {
2292
- "line" : 111 ,
2238
+ "line" : 106 ,
2293
2239
"column" : 38
2294
2240
}
2295
2241
}
2425
2371
"tags" : [],
2426
2372
"loc" : {
2427
2373
"start" : {
2428
- "line" : 113 ,
2374
+ "line" : 108 ,
2429
2375
"column" : 0
2430
2376
},
2431
2377
"end" : {
2432
- "line" : 115 ,
2378
+ "line" : 110 ,
2433
2379
"column" : 3
2434
2380
}
2435
2381
},
2436
2382
"context" : {
2437
2383
"loc" : {
2438
2384
"start" : {
2439
- "line" : 116 ,
2385
+ "line" : 111 ,
2440
2386
"column" : 0
2441
2387
},
2442
2388
"end" : {
2443
- "line" : 118 ,
2389
+ "line" : 113 ,
2444
2390
"column" : 1
2445
2391
}
2446
2392
}
2529
2475
],
2530
2476
"loc" : {
2531
2477
"start" : {
2532
- "line" : 128 ,
2478
+ "line" : 123 ,
2533
2479
"column" : 0
2534
2480
},
2535
2481
"end" : {
2536
- "line" : 131 ,
2482
+ "line" : 126 ,
2537
2483
"column" : 3
2538
2484
}
2539
2485
},
2540
2486
"context" : {
2541
2487
"loc" : {
2542
2488
"start" : {
2543
- "line" : 132 ,
2489
+ "line" : 127 ,
2544
2490
"column" : 0
2545
2491
},
2546
2492
"end" : {
2547
- "line" : 132 ,
2493
+ "line" : 127 ,
2548
2494
"column" : 27
2549
2495
}
2550
2496
}
2627
2573
],
2628
2574
"loc" : {
2629
2575
"start" : {
2630
- "line" : 134 ,
2576
+ "line" : 129 ,
2631
2577
"column" : 0
2632
2578
},
2633
2579
"end" : {
2634
- "line" : 137 ,
2580
+ "line" : 132 ,
2635
2581
"column" : 3
2636
2582
}
2637
2583
},
2638
2584
"context" : {
2639
2585
"loc" : {
2640
2586
"start" : {
2641
- "line" : 138 ,
2587
+ "line" : 133 ,
2642
2588
"column" : 0
2643
2589
},
2644
2590
"end" : {
2645
- "line" : 138 ,
2591
+ "line" : 133 ,
2646
2592
"column" : 24
2647
2593
}
2648
2594
}
2719
2665
"tags" : [],
2720
2666
"loc" : {
2721
2667
"start" : {
2722
- "line" : 146 ,
2668
+ "line" : 141 ,
2723
2669
"column" : 0
2724
2670
},
2725
2671
"end" : {
2726
- "line" : 148 ,
2672
+ "line" : 143 ,
2727
2673
"column" : 3
2728
2674
}
2729
2675
},
2730
2676
"context" : {
2731
2677
"loc" : {
2732
2678
"start" : {
2733
- "line" : 149 ,
2679
+ "line" : 144 ,
2734
2680
"column" : 0
2735
2681
},
2736
2682
"end" : {
2737
- "line" : 149 ,
2683
+ "line" : 144 ,
2738
2684
"column" : 42
2739
2685
}
2740
2686
}
Original file line number Diff line number Diff line change @@ -117,12 +117,6 @@ This is an async method
117
117
118
118
# es6.input
119
119
120
- ** Parameters**
121
-
122
- - ` thisIsTheArgument `
123
-
124
- # es6.input
125
-
126
120
This function returns the number one.
127
121
128
122
Returns ** [ Number] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number ) ** numberone
Original file line number Diff line number Diff line change 1807
1807
}
1808
1808
]
1809
1809
},
1810
- {
1811
- "type" : " strong" ,
1812
- "children" : [
1813
- {
1814
- "type" : " text" ,
1815
- "value" : " Parameters"
1816
- }
1817
- ]
1818
- },
1819
- {
1820
- "ordered" : false ,
1821
- "type" : " list" ,
1822
- "children" : [
1823
- {
1824
- "type" : " listItem" ,
1825
- "children" : [
1826
- {
1827
- "type" : " paragraph" ,
1828
- "children" : [
1829
- {
1830
- "type" : " inlineCode" ,
1831
- "value" : " thisIsTheArgument"
1832
- },
1833
- {
1834
- "type" : " text" ,
1835
- "value" : " "
1836
- },
1837
- {
1838
- "type" : " text" ,
1839
- "value" : " "
1840
- }
1841
- ]
1842
- }
1843
- ]
1844
- }
1845
- ]
1846
- },
1847
- {
1848
- "depth" : 1 ,
1849
- "type" : " heading" ,
1850
- "children" : [
1851
- {
1852
- "type" : " text" ,
1853
- "value" : " es6.input"
1854
- }
1855
- ]
1856
- },
1857
1810
{
1858
1811
"type" : " paragraph" ,
1859
1812
"children" : [
You can’t perform that action at this time.
0 commit comments