@@ -11111,10 +11111,114 @@ It takes a ",
11111
11111
"todos": Array [],
11112
11112
"yields": Array [],
11113
11113
},
11114
+ Object {
11115
+ "augments": Array [],
11116
+ "context": Object {
11117
+ "loc": Object {
11118
+ "end": Object {
11119
+ "column": 1,
11120
+ "line": 189,
11121
+ },
11122
+ "start": Object {
11123
+ "column": 0,
11124
+ "line": 177,
11125
+ },
11126
+ },
11127
+ },
11128
+ "description": Object {
11129
+ "children": Array [
11130
+ Object {
11131
+ "children": Array [
11132
+ Object {
11133
+ "position": Object {
11134
+ "end": Object {
11135
+ "column": 21,
11136
+ "line": 1,
11137
+ "offset": 20,
11138
+ },
11139
+ "indent": Array [],
11140
+ "start": Object {
11141
+ "column": 1,
11142
+ "line": 1,
11143
+ "offset": 0,
11144
+ },
11145
+ },
11146
+ "type": "text",
11147
+ "value": "babel parser plugins",
11148
+ },
11149
+ ],
11150
+ "position": Object {
11151
+ "end": Object {
11152
+ "column": 21,
11153
+ "line": 1,
11154
+ "offset": 20,
11155
+ },
11156
+ "indent": Array [],
11157
+ "start": Object {
11158
+ "column": 1,
11159
+ "line": 1,
11160
+ "offset": 0,
11161
+ },
11162
+ },
11163
+ "type": "paragraph",
11164
+ },
11165
+ ],
11166
+ "position": Object {
11167
+ "end": Object {
11168
+ "column": 21,
11169
+ "line": 1,
11170
+ "offset": 20,
11171
+ },
11172
+ "start": Object {
11173
+ "column": 1,
11174
+ "line": 1,
11175
+ "offset": 0,
11176
+ },
11177
+ },
11178
+ "type": "root",
11179
+ },
11180
+ "errors": Array [],
11181
+ "examples": Array [],
11182
+ "implements": Array [],
11183
+ "kind": "class",
11184
+ "loc": Object {
11185
+ "end": Object {
11186
+ "column": 27,
11187
+ "line": 176,
11188
+ },
11189
+ "start": Object {
11190
+ "column": 0,
11191
+ "line": 176,
11192
+ },
11193
+ },
11194
+ "members": Object {
11195
+ "events": Array [],
11196
+ "global": Array [],
11197
+ "inner": Array [],
11198
+ "instance": Array [],
11199
+ "static": Array [],
11200
+ },
11201
+ "name": "A",
11202
+ "namespace": "A",
11203
+ "params": Array [],
11204
+ "path": Array [
11205
+ Object {
11206
+ "kind": "class",
11207
+ "name": "A",
11208
+ },
11209
+ ],
11210
+ "properties": Array [],
11211
+ "returns": Array [],
11212
+ "sees": Array [],
11213
+ "tags": Array [],
11214
+ "throws": Array [],
11215
+ "todos": Array [],
11216
+ "yields": Array [],
11217
+ },
11114
11218
]
11115
11219
`;
11116
11220
11117
- exports[`outputs es6.input.js markdown 1`] = `"[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"`;
11221
+ exports[`outputs es6.input.js markdown 1`] = `"[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] "`;
11118
11222
11119
11223
exports[`outputs es6.input.js markdown AST 1`] = `
11120
11224
Object {
@@ -13585,6 +13689,51 @@ It takes a ",
13585
13689
],
13586
13690
"type": "paragraph",
13587
13691
},
13692
+ Object {
13693
+ "children": Array [
13694
+ Object {
13695
+ "type": "text",
13696
+ "value": "A",
13697
+ },
13698
+ ],
13699
+ "depth": 2,
13700
+ "type": "heading",
13701
+ },
13702
+ Object {
13703
+ "children": Array [
13704
+ Object {
13705
+ "position": Position {
13706
+ "end": Object {
13707
+ "column": 21,
13708
+ "line": 1,
13709
+ "offset": 20,
13710
+ },
13711
+ "indent": Array [],
13712
+ "start": Object {
13713
+ "column": 1,
13714
+ "line": 1,
13715
+ "offset": 0,
13716
+ },
13717
+ },
13718
+ "type": "text",
13719
+ "value": "babel parser plugins",
13720
+ },
13721
+ ],
13722
+ "position": Position {
13723
+ "end": Object {
13724
+ "column": 21,
13725
+ "line": 1,
13726
+ "offset": 20,
13727
+ },
13728
+ "indent": Array [],
13729
+ "start": Object {
13730
+ "column": 1,
13731
+ "line": 1,
13732
+ "offset": 0,
13733
+ },
13734
+ },
13735
+ "type": "paragraph",
13736
+ },
13588
13737
Object {
13589
13738
"identifier": "1",
13590
13739
"title": undefined,
@@ -13638,7 +13787,7 @@ It takes a ",
13638
13787
}
13639
13788
`;
13640
13789
13641
- exports[`outputs es6.input.js no markdown TOC 1`] = `"[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"`;
13790
+ exports[`outputs es6.input.js no markdown TOC 1`] = `"[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] "`;
13642
13791
13643
13792
exports[`outputs es6-class.input.js JSON 1`] = `
13644
13793
Array [
0 commit comments