-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support packages entryPointStrategy in watch mode. #1772
Comments
Considering this is the first request for it I've seen packages mode was introduced 4 months ago, it's not very high on my priority list... it is something I'd like to have eventually. |
Thanks for reply! got it, will keep subscription and follow the news |
We would also be interested! This would be very helpful for working on our docs site for a lerna based monorepo. |
I spent a bit of time looking at this today, and it's unfortunately a very thorny problem. TypeDoc already has memory issues when running in packages mode with moderately sized monorepos due to the number of I suspect this can be mitigated by only keeping the last program (or few) to rebuild in memory, since most of the time users will be making incremental changes to just one or two packages, but doing this means that TypeDoc needs some major architectural work to be able to rebuild parts of the project without access to a program. It's something I've wanted for a long while anyways, and it's getting closer with #1890 and others, but it's still a ways off. |
Understood. We're not in urgent need of this or anything, but is a definite nice to have if you can work your way there over time! Appreciate you looking into it and the detailed update! 🙏 |
We are intersting at this feature. Hopes this day comes soon 🙏🙏🙏 Thanks |
Hi,
When i going to build docs for my lerna project using with '--watch' i getting next error:
Error: The packages option of entryPointStrategy is not supported in watch mode.
Do you have a plans to adding support for packages strategy?
Thanks!
The text was updated successfully, but these errors were encountered: