Skip to content

Commit 37b41cb

Browse files
authored
no supported anymore
1 parent c02102f commit 37b41cb

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
@@ -257,7 +257,6 @@ function handleProperty(child: Node): Partial<Property> {
257257
: optionalMember("type", "string", child.properties?.type)),
258258
...optionalMember("readonly", "boolean", child.properties?.readonly),
259259
...optionalMember("deprecated", "string", child.properties?.deprecated),
260-
...(child.properties?.supported && { deprecated: false }),
261260
};
262261
}
263262

0 commit comments

Comments
 (0)