From f9e40b2cd6b784154e03b6fe9cc630dd7e1f93b8 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 10 Mar 2026 21:35:56 -0500 Subject: T8269: handle element constraintSilenceOutput in creation of ref tree --- src/reference_tree.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'src/reference_tree.mli') diff --git a/src/reference_tree.mli b/src/reference_tree.mli index f915275..04347a5 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -28,6 +28,7 @@ type ref_node_data = { constraints: Value_checker.value_constraint list; constraint_group: Value_checker.value_constraint list; constraint_error_message: string; + constraint_silence_output: bool; completion_help: completion_help_type list; help: string; value_help: (string * string) list; -- cgit v1.2.3