-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
For the purpose of cross-linking, this seems potentially tricky.
On one hand, you could examine package.json
and just go with top-level runtime deps. That could be an okay first cut but would be suboptimal for lots of reasons.
Would be nice if we could use typedoc/compiler API/whatever to determine actual dependencies. This seems problematic possibly, but maybe I'm overthinking it. I was considering module resolution - but I know TS doesn't handle for example imports
and exports
yet in `package.json.
This is mainly future brainstorming. Please correct any bad assumptions I've made.
Metadata
Metadata
Assignees
Labels
No labels