Код: Выделить всё
app.convert.addUnknownSymbolResolverЭто nx monorepo с умножением проектов внутри, а Typedoc вызывается против многих из них в правильном порядке, используя Devidonsmon in nx.json .
Код: Выделить всё
const app = await Application.bootstrapWithPlugins({
{ ...options },
[...readers]
});
// I need the generated **my-path.json** available in here to access the symbolIdMap
// We actually also use other projects **my-path.json** as well in here
// We build the projects in the right order using dependOn in the nx.json file
load(params); // CustomPlugin
const project = app.convert();
await app.generateJson(project, 'my-path.json');
Подробнее здесь: https://stackoverflow.com/questions/797 ... parameters
Мобильная версия