You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theRenderer.EVENT_END
event. This used to be the case in TypeDoc before version 0.26Actual Behavior
The file
style.css
is not yet available in the assets folder when the plugin receives theRenderer.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:
npm run build
npm test
Environment
The text was updated successfully, but these errors were encountered: