fix(editor): Switch CodeNodeEditor linter parser to esprima-next (#4524)

* ⬆️ Switch to `esprima-next`

* 📦 Update `package-lock.json`

*  Use `esprima-next`

* 📘 Ignore type issue

* 📦 Update `package-lock.json`
This commit is contained in:
Iván Ovejero
2022-11-07 10:34:44 +01:00
committed by GitHub
parent f5c20803d7
commit 5e0ded4a84
4 changed files with 8523 additions and 15170 deletions

View File

@@ -1,6 +1,6 @@
import Vue from 'vue';
import { Diagnostic, linter as createLinter } from '@codemirror/lint';
import * as esprima from 'esprima';
import * as esprima from 'esprima-next';
import {
DEFAULT_LINTER_DELAY_IN_MS,