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.
2 parents 3d4c354 + 7641c65 commit 716ec27Copy full SHA for 716ec27
1 file changed
src/core/friendly_errors/sketch_verifier.js
@@ -80,7 +80,7 @@ export const verifierUtils = {
80
81
try {
82
const ast = parse(code, {
83
- ecmaVersion: 2021,
+ ecmaVersion: 'latest',
84
sourceType: 'module',
85
locations: true // This helps us get the line number.
86
});
0 commit comments