We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cf554 commit ce34e97Copy full SHA for ce34e97
index.js
@@ -82,7 +82,7 @@ function createStream (opts) {
82
let ast
83
const string = transformAst(source, {
84
locations: true,
85
- ecmaVersion: 9,
+ ecmaVersion: 10,
86
inputFilename: row.file
87
}, (node) => {
88
if (node.type === 'Program') ast = node
0 commit comments