n8n/packages/editor-ui/src/components/CodeNodeEditor
Milorad FIlipović 5059c57f4a
refactor(editor): Refactor utils files and mixins (#4654)
*  Added `utils` module. Moved `canvasHelpers` and old `utils.ts` file to it
*  Moved rest of utils and helpers
*  Fixing sytax errors
* 🔨 Refactoring new utils files
* 🔨 Organizing imports, adding comments and a bit more refactoring
* ✔️ Fixing tests
* 🔨 Moving mixins to `src`
2022-11-23 13:41:53 +01:00
..
completions refactor(editor): Reintroduce item and items to CodeNodeEditor (#4553) 2022-11-10 16:29:41 +01:00
baseExtensions.ts feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
CodeNodeEditor.vue refactor(editor): Refactor utils files and mixins (#4654) 2022-11-23 13:41:53 +01:00
completer.ts refactor(editor): Reintroduce item and items to CodeNodeEditor (#4553) 2022-11-10 16:29:41 +01: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): Curb direct item access linting (#4591) 2022-11-14 11:22:55 +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