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 f6b581c commit 6118cd0Copy full SHA for 6118cd0
index.js
@@ -4,7 +4,7 @@ var xtend = require('xtend')
4
function mapOptions (opts) {
5
if (!opts) opts = {}
6
opts = xtend({
7
- ecmaVersion: 9,
+ ecmaVersion: 2019,
8
allowHashBang: true,
9
allowReturnOutsideFunction: true
10
}, opts)
package.json
@@ -7,7 +7,7 @@
"url": "https://github.com/browserify/acorn-node/issues"
},
"dependencies": {
- "acorn": "^5.4.1",
+ "acorn": "^5.6.2",
11
"xtend": "^4.0.1"
12
13
"devDependencies": {
0 commit comments