Search terms
renderer stylesheet style.css EVENT_END plugin
Expected Behavior
The file style.css in the assets folder of the generated documentation should be available when the renderer fires the Renderer.EVENT_END event. This used to be the case in TypeDoc before version 0.26
Actual Behavior
The file style.css is not yet available in the assets folder when the plugin receives the Renderer.EVENT_END event from TypeDoc.
We discussed this on Discord here: https://discord.com/channels/508357248330760243/829307039447515176/1262748833100730398
Steps to reproduce the bug
My plugin fails at this line when TypeDoc is run. So you could checkout this branch and run the tests using:
Environment
- Typedoc version: 0.26.4
- TypeScript version: 5.5.3
- Node.js version: 20.14.10
- OS: Windows 10