The following jsdoc type trigger this error: /** * @param {number} digits * @returns {[bigint, bigint]} */ TypeError: Do not know how to serialize a BigInt Any way to handle this? In the meantime is there a way to specify files to exclud...
tsd-jsdoc outputs the below, incorrect, warnings: [TSD-JSDoc] SomeClass.js:12:0 Failed to find parent of doclet 'SomeClass.someFunction' using memberof 'SomeClass', this is likely due to invalid JSDoc. [TSD-JSDoc] SomeClass.js:18:0 Failed to find parent of doclet 'SomeClass.some...