Skip to content

Commit 1357179

Browse files
authored
Update src/build/patches.ts
1 parent bbb0603 commit 1357179

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
@@ -232,7 +232,6 @@ function handleProperty(child: Node): Partial<Property> {
232232
...optionalMember("type", "string", child.properties?.type),
233233
...optionalMember("readonly", "boolean", child.properties?.readonly),
234234
...optionalMember("deprecated", "boolean", child.properties?.deprecated),
235-
...optionalMember("mdnUrl", "string", child.properties?.mdnUrl),
236235
};
237236
}
238237

0 commit comments

Comments
 (0)