Skip to content

Commit

Permalink
upgrade espree parser to use ECMAScript latest 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TangMonk committed Jan 16, 2017
1 parent b4b4c5c commit f82fcdf
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 f82fcdf

Please sign in to comment.