-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This doesn't seem to be the case. Running the following plugin on TypeDoc's repo prints: export function load(app) {
app.renderer.on("beginPage", page => {
console.log(page.url, page.model.getFriendlyFullName());
});
}
|
Beta Was this translation helpful? Give feedback.
-
That's strange. I tried again and it now I get the result similar to yours... bruh. |
Beta Was this translation helpful? Give feedback.
This doesn't seem to be the case. Running the following plugin on TypeDoc's repo prints: