$> npm install tsd-jsdoc Usage To use this module, simply specify it as the template for your normal JSDoc generation. For example, from the command-line you can do: $> jsdoc -t node_modules/tsd-jsdoc/dist -r . Or add this to your JSON configuration: ...
$> jsdoc -t node_modules/tsd-jsdoc/dist -r . Or add this to your JSON configuration: {"opts": {"template":"./node_modules/tsd-jsdoc/dist"} } If you want to usesupported ClosureCompiler features, you also need to specify this module as a pluginin your JSON configuration, like so...
tsd-jsdoc/global-types.json Newer Older Raw Normal view History 100644 1631 lines (1631 sloc) 49.8 KB feat: emitter supports more complicate situation May 9, 2018 1 { 2 "builtIn": [ 3 "Infinity", 4 "NaN", 5 "Object", 6 "Function", 7 "Boolean", 8 "Symbol", 9...
$> npm install @otris/jsdoc-tsd Usage To use this module, simply specify this project as the template for your jsdoc output. To use this template from the command line, run $> jsdoc -t node_modules/@otris/jsdoc-tsd -r . You can also add this template to your JSON configuratio...
1 duplicate feature request 3 invalid jsdoc This issue is caused by invalid jsdoc in the source that is being parsed. jsdoc bug This issue is caused by a bug in JSDoc, not by tsd-jsdoc itself. need more info 4 question won't fix Footer...
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...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} otris / jsdoc-tsd Public Notifications You must be signed in to change notification settings Fork 7 Star ...
Any way to handle this? In the meantime is there a way to specify files to exclude when using the command? pnpm exec jsdoc -t node_modules/@otris/jsdoc-tsd -r ./algorithms -d types.d.ts Many Thanks! Activity Sign up for freeto join this conversation on GitHub.Already have an acco...
5 changes: 2 additions & 3 deletions 5 scripts/tsgen/jsdoc-tsd.conf.json Original file line numberDiff line numberDiff line change @@ -9,13 +9,12 @@ ], "exclude": [ "../../src/phaser-arcade-physics.js", "../../src/phaser-ie9.js", "../../src/phaser-core.js", ".....
JSDoc template for generating TypeScript definition files based on JSDoc comments. - jsdoc-tsd/yarn.lock at c0ca215e770a69dd5892d95693025aed980355ba · otris/jsdoc-tsd