Skip to content

Commit 8e3cd47

Browse files
devongovetttmcw
authored andcommitted
feat: Support generator functions
1 parent d31c3b7 commit 8e3cd47

File tree

6 files changed

+262
-1
lines changed

6 files changed

+262
-1
lines changed

__tests__/__snapshots__/index.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Array [
9090
"tags": Array [],
9191
"throws": Array [],
9292
"todos": Array [],
93+
"yields": Array [],
9394
},
9495
]
9596
`;
@@ -177,6 +178,7 @@ exports[`build 3`] = `
177178
\\"sees\\": [],
178179
\\"throws\\": [],
179180
\\"todos\\": [],
181+
\\"yields\\": [],
180182
\\"name\\": \\"name\\",
181183
\\"members\\": {
182184
\\"global\\": [],

0 commit comments

Comments
 (0)