Skip to content

Commit e18f6b2

Browse files
authored
Update patches.ts
1 parent 6e2b393 commit e18f6b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build/patches.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ function handleProperty(child: Node): Partial<Property> {
265265
: optionalMember("type", "string", child.properties?.type)),
266266
...optionalMember("readonly", "boolean", child.properties?.readonly),
267267
...optionalMember("deprecated", "string", child.properties?.deprecated),
268-
...optionalMember("nullable", "boolean", child.properties?.nullable),
269268
};
270269
}
271270

0 commit comments

Comments
 (0)