n8n/packages/editor-ui/src/components/CodeNodeEditor
Iván Ovejero 5e0ded4a84
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`
2022-11-07 10:34:44 +01:00
..
completions refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
baseExtensions.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
CodeNodeEditor.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
completer.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
constants.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
inputHandler.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
linter.ts fix(editor): Switch CodeNodeEditor linter parser to esprima-next (#4524) 2022-11-07 10:34:44 +01:00
theme.ts feat(editor): setup dark-mode for the code-editor, with automatic switching (#4453) 2022-10-27 12:17:45 +02:00
types.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
utils.ts fix(editor): Switch CodeNodeEditor linter parser to esprima-next (#4524) 2022-11-07 10:34:44 +01:00