From ca7cc2bfbfd8c73aef1bb4c19bdcddb4cce2d5f9 Mon Sep 17 00:00:00 2001 From: Martin Dragnev Date: Mon, 8 Jun 2026 13:36:44 +0300 Subject: [PATCH] chore: add marshalByValue comment for generation in highlight service --- src/components/highlight/service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/highlight/service.ts b/src/components/highlight/service.ts index b24143fd4..65db66799 100644 --- a/src/components/highlight/service.ts +++ b/src/components/highlight/service.ts @@ -11,6 +11,7 @@ import type IgcHighlightComponent from './highlight.js'; type Match = { node: Node; indices: [start: number, end: number] }; /* jsonAPIPlainObject */ +/* marshalByValue */ /** * Options for controlling navigation behavior when moving the active highlight. */