We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314102b commit 58da5d9Copy full SHA for 58da5d9
tools/doc/alljson.mjs
@@ -40,7 +40,7 @@ for (const link of toc.match(/<a.*?>/g)) {
40
);
41
42
for (const property in data) {
43
- if (results.hasOwnProperty(property)) {
+ if (Object.hasOwn(results, property)) {
44
data[property].forEach((mod) => {
45
mod.source = data.source;
46
});
0 commit comments