From efdb2e8769305f5428df341a9a4bf0f7a67b09b3 Mon Sep 17 00:00:00 2001 From: pfg Date: Wed, 19 Nov 2025 12:51:06 -0800 Subject: [PATCH] fixes bindv2 usage --- src/bun.js/test/SnapshotSerializerOptions.bindv2.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bun.js/test/SnapshotSerializerOptions.bindv2.ts b/src/bun.js/test/SnapshotSerializerOptions.bindv2.ts index e623cb2125..0eab938992 100644 --- a/src/bun.js/test/SnapshotSerializerOptions.bindv2.ts +++ b/src/bun.js/test/SnapshotSerializerOptions.bindv2.ts @@ -3,23 +3,19 @@ import * as b from "bindgenv2"; export const SnapshotSerializerOptions = b.dictionary( { name: "SnapshotSerializerOptions", - userFacingName: "SnapshotSerializerOptions", generateConversionFunction: true, }, { test: { type: b.RawAny, - required: true, internalName: "test_fn", }, serialize: { type: b.RawAny, - optional: true, internalName: "serialize_fn", }, print: { type: b.RawAny, - optional: true, internalName: "print_fn", }, },