n8n/packages/editor-ui/src/components/CodeNodeEditor
oleg 35fbc37c8e
refactor(editor): Refactor nodeHelpers mixin to composable (#7810)
- Convert `nodeHelpers` mixin into composable and fix types
- Replace usage of the mixin with the new composable
- Add missing store imports in components that were dependent on opaque
imports from nodeHelpers mixin
- Refactor the `CollectionParameter` component to the modern script
setup syntax
Github issue / Community forum post (link here to close automatically):

---------

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2023-12-08 16:59:03 +01:00
..
AskAI refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
completions feat(core): Update LLM applications building support (no-changelog) (#7710) 2023-11-28 16:47:28 +01:00
baseExtensions.ts refactor(editor): Replace monaco-editor/prismjs with CodeMirror (#5983) 2023-04-25 16:57:21 +02:00
CodeNodeEditor.vue refactor(editor): Refactor nodeHelpers mixin to composable (#7810) 2023-12-08 16:59:03 +01:00
completer.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
constants.ts feat(Code Node): Add Python support (#4295) 2023-05-04 20:00:00 +02:00
linter.ts fix(editor): Prevent Code node linter from erroring on null parse (#6934) 2023-08-16 16:19:22 +02:00
theme.ts refactor(editor): Dark theme improvements (no-changelog) (#7574) 2023-11-01 17:56:15 +01:00
types.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
utils.ts refactor: Integrate consistent-type-imports in FE packages (no-changelog) (#6060) 2023-04-24 12:18:24 +02:00