We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2b393 commit e18f6b2Copy full SHA for e18f6b2
1 file changed
src/build/patches.ts
@@ -265,7 +265,6 @@ function handleProperty(child: Node): Partial<Property> {
265
: optionalMember("type", "string", child.properties?.type)),
266
...optionalMember("readonly", "boolean", child.properties?.readonly),
267
...optionalMember("deprecated", "string", child.properties?.deprecated),
268
- ...optionalMember("nullable", "boolean", child.properties?.nullable),
269
};
270
}
271
0 commit comments