We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb5d37 commit d1e78a1Copy full SHA for d1e78a1
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