Skip to content

Commit 9f839b5

Browse files
committed
Merge pull request #30 from eslint/generators
New: Implement generators (refs #10)
2 parents 8d45aa1 + b79bad9 commit 9f839b5

File tree

123 files changed

+1994
-869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1994
-869
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ var ast = espree.parse(code, {
8686
// enable parsing of shorthand object literal properties
8787
objectLiteralShorthandProperties: false,
8888

89+
// enable parsing of generators/yield
90+
generators: false,
91+
8992
// React JSX parsing
9093
jsx: false
9194
}

0 commit comments

Comments
 (0)