INNER CODE UNIT · Python
name
gurkenlabs/litiengine · config/javadoc/generate_js.py:617
const name = lastDot !== -1 ? raw.substring(lastDot + 1) : raw;
items.push({
isObject,
isLink: false,
pkg,
name
});
}
}
current = Array.from(current.children).find(el => el.classList.contains('inheritance'));
}
// Also clean up redundant "extends Object" from type-signature
const extImplements = document.querySelector('.type-signature .extends-implements');
if (extImplements) {
const extObjLink = extImplements.querySelector('a[href*="Object.html"]');