From 2ea74d55ccc68f2a62188eddc6f654ff638f1c5b Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 20 Dec 2025 21:45:10 +0100 Subject: [PATCH] initial commit --- yaml/_loader_state.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaml/_loader_state.ts b/yaml/_loader_state.ts index 6208dc8d0dd1..9c8c1e22d55f 100644 --- a/yaml/_loader_state.ts +++ b/yaml/_loader_state.ts @@ -196,9 +196,9 @@ export class LoaderState { checkLineBreaks = false; tagMap = new Map(); anchorMap = new Map(); - tag: string | null | undefined; - anchor: string | null | undefined; - kind: string | null | undefined; + tag: string | null = null; + anchor: string | null = null; + kind: string | null = null; result: unknown[] | Record | string | null = ""; constructor(