-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Using
"dependencies": { "acorn-node": "^2.0.1" }
In the index.js file in node_modules there is an old ecmaVersion, it should be 2021 like in the repo:
Line 13 in 4ac53fa
ecmaVersion: 2021, |
return xtend({
ecmaVersion: 2020,
allowHashBang: true,
allowReturnOutsideFunction: true
}, opts)
Related Issue: @nodejs/undici#1479
jimmywarting
Metadata
Metadata
Assignees
Labels
No labels