Skip to content

Commit

Permalink
Merge pull request #30 from eslint/generators
Browse files Browse the repository at this point in the history
New: Implement generators (refs #10)
  • Loading branch information
nzakas committed Dec 31, 2014
2 parents 8d45aa1 + b79bad9 commit 9f839b5
Show file tree
Hide file tree
Showing 123 changed files with 1,994 additions and 869 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 9f839b5

Please sign in to comment.