ts-quick-docs
Advanced tools
Comparing version 0.5.0 to 0.5.1
export interface IJsDocTags { | ||
default?: string; | ||
deprecated?: true; | ||
deprecated?: string | true; | ||
internal?: true; | ||
since?: string; | ||
[tag: string]: string | true; | ||
[tag: string]: string | true | undefined; | ||
} | ||
export interface IDocEntry { | ||
documentation?: string; | ||
fileName?: string; | ||
inheritedFrom?: string; | ||
name?: string; | ||
documentation: string; | ||
fileName: string; | ||
name: string; | ||
tags: IJsDocTags; | ||
type?: string; | ||
type: string; | ||
} | ||
@@ -16,0 +15,0 @@ export interface IPropertyEntry extends IDocEntry { |
{ | ||
"name": "ts-quick-docs", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "quick TypeScript documentation extractor", | ||
@@ -5,0 +5,0 @@ "bin": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
50483
272