Skip to content

fix: yuidoc circular referencing problem#75

Open
kunstewi wants to merge 1 commit intoprocessing:mainfrom
kunstewi:yuidoc-fix
Open

fix: yuidoc circular referencing problem#75
kunstewi wants to merge 1 commit intoprocessing:mainfrom
kunstewi:yuidoc-fix

Conversation

@kunstewi
Copy link

@kunstewi kunstewi commented Feb 24, 2026

previously npx yuidoc . was scanning the whole repo along with the dist files and it was causing circular referencing problem, and the doc generation was failing.

before

553903232-99f0b0a4-4201-4fb9-a4e9-bbd5046e63f5

after

553903759-29f33403-ad7b-40bc-9d81-cea2e535493e

@davepagurek, @ksen0 please take a look, whenever you have time.

Thanks a lot.

fixes #74

@kunstewi kunstewi changed the title fixed yuidoc circular referencing problem fix: yuidoc circular referencing problem Feb 24, 2026
@ksen0
Copy link
Member

ksen0 commented Feb 25, 2026

Thanks for this (and the other issues you've made on sound recently) @kunstewi ! I will look at these as soon as I can, aiming for this week

@kunstewi
Copy link
Author

Thanks a lot for your time @ksen0. Please don't push yourself. Whenever you have free time review it and let me know. No hurries. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

npx yuidoc . command failing because it's scanning the src and dist file both and causing circular referencing

2 participants