We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870d1cd commit d382401Copy full SHA for d382401
1 file changed
index.js
@@ -11,7 +11,7 @@ module.exports = function (src) {
11
12
var ast = parse(src, {
13
range: true,
14
- ecmaVersion: 6
+ ecmaVersion: 8
15
});
16
17
ast.body = ast.body.filter(function(node) {
0 commit comments