We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
supported
1 parent c02102f commit 37b41cbCopy full SHA for 37b41cb
1 file changed
src/build/patches.ts
@@ -257,7 +257,6 @@ function handleProperty(child: Node): Partial<Property> {
257
: optionalMember("type", "string", child.properties?.type)),
258
...optionalMember("readonly", "boolean", child.properties?.readonly),
259
...optionalMember("deprecated", "string", child.properties?.deprecated),
260
- ...(child.properties?.supported && { deprecated: false }),
261
};
262
}
263
0 commit comments