$> 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...
jsdoc-tsd Installation You can install this module from npm: $> 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...
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...
master tsd-jsdoc/global-types.json Go to file e-cloud feat: emitter supports more complicate situation … Latest commit 087a9c2 on May 9, 2018 History 1 contributor 1631 lines (1631 sloc) 49.8 KB Raw Blame { "builtIn": [ "Infinity", "NaN", "Object", "Function", "Boolean", ...
Compiles JSDoc annotated JavaScript into a Typescript Definition file (.d.ts) - Issues · englercj/tsd-jsdoc
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...
JSDoc template for generating TypeScript definition files based on JSDoc comments. - jsdoc-tsd/yarn.lock at c0ca215e770a69dd5892d95693025aed980355ba · otris/jsdoc-tsd
Solutions Open Source Enterprise otris/jsdoc-tsdPublic NotificationsYou must be signed in to change notification settings Fork7 Star28 New issue Have a question about this project?Sign up for a free GitHub account to open an issue and contact its maintainers and the community. ...