Skip to content

Commit

Permalink
refactor(yaml): remove result property (#5684)
Browse files Browse the repository at this point in the history
  • Loading branch information
timreichen committed Aug 16, 2024
1 parent 6677134 commit 233f5fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yaml/_dumper_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ export class DumperState {
implicitTypes: Type<"scalar">[];
explicitTypes: Type<KindType>[];
tag: string | null = null;
result = "";
duplicates: unknown[] = [];
usedDuplicates: Set<unknown> = new Set();
styleMap: ArrayObject<StyleVariant>;
Expand Down

0 comments on commit 233f5fe

Please sign in to comment.