docascode / type2docfx

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
Apache License 2.0
17 stars 10 forks source link

Fix for Cannot read property '0' of undefined in jsonTraverse.js #43

Closed greggbjensen closed 5 years ago

greggbjensen commented 5 years ago

Updated TypeDocModel.ts to have a Node array for indexSignature, and updated jsonTraverse.ts to use forEach with indexSignature. Added build script and outDir configuration.

greggbjensen commented 4 years ago

Thanks