Skip to content

Commit

Permalink
feat: Support generator functions
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett authored and tmcw committed Apr 18, 2019
1 parent d31c3b7 commit 8e3cd47
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 1 deletion.
2 changes: 2 additions & 0 deletions __tests__/__snapshots__/index.js.snap
Expand Up @@ -90,6 +90,7 @@ Array [
"tags": Array [],
"throws": Array [],
"todos": Array [],
"yields": Array [],
},
]
`;
Expand Down Expand Up @@ -177,6 +178,7 @@ exports[`build 3`] = `
\\"sees\\": [],
\\"throws\\": [],
\\"todos\\": [],
\\"yields\\": [],
\\"name\\": \\"name\\",
\\"members\\": {
\\"global\\": [],
Expand Down

0 comments on commit 8e3cd47

Please sign in to comment.