mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: since for classes in api.json (#19639)
This commit is contained in:
parent
e12cf19012
commit
2922eec8e9
@ -59,6 +59,8 @@ function serializeClass(clazz) {
|
|||||||
}
|
}
|
||||||
if (clazz.comment)
|
if (clazz.comment)
|
||||||
result.comment = clazz.comment;
|
result.comment = clazz.comment;
|
||||||
|
if (clazz.since)
|
||||||
|
result.since = clazz.since;
|
||||||
result.members = clazz.membersArray.map(serializeMember);
|
result.members = clazz.membersArray.map(serializeMember);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user