Skip to content

Commit

Permalink
New: Implement generators (refs #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Dec 29, 2014
1 parent f4a3b90 commit 80c6197
Show file tree
Hide file tree
Showing 123 changed files with 2,030 additions and 868 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ var ast = espree.parse(code, {
// enable parsing of shorthand object literal properties
objectLiteralShorthandProperties: false,

// enable parsing of generators/yield
generators: false,

// React JSX parsing
jsx: false
}
Expand Down
Loading

0 comments on commit 80c6197

Please sign in to comment.