feat: Add new @n8n/utils package (no-changelog) (#13536)

This commit is contained in:
Alex Grozav
2025-02-27 09:58:31 +02:00
committed by GitHub
parent ebaaf0e3d9
commit 7fb88e623f
125 changed files with 379 additions and 202 deletions

View File

@@ -15,7 +15,7 @@ import type { Segment } from '@/types/expressions';
import { startCompletion } from '@codemirror/autocomplete';
import type { EditorState, SelectionRange } from '@codemirror/state';
import type { IDataObject } from 'n8n-workflow';
import { createEventBus, type EventBus } from 'n8n-design-system';
import { createEventBus, type EventBus } from '@n8n/utils/event-bus';
const isFocused = ref(false);
const segments = ref<Segment[]>([]);