Skip to content

Commit

Permalink
Merge pull request #670 from TangMonk/patch-1
Browse files Browse the repository at this point in the history
upgrade espree parser to use ECMAScript latest 8
  • Loading branch information
geek committed Jan 17, 2017
2 parents b4b4c5c + f82fcdf commit aae0a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ internals.instrument = function (filename) {
loc: true,
comment: true,
range: true,
ecmaVersion: 6
ecmaVersion: 8
});

// Process comments
Expand Down

0 comments on commit aae0a5a

Please sign in to comment.