mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
fixes bindv2 usage
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user