@microsoft/tsdoc
Advanced tools
Comparing version 0.12.20 to 0.12.21
@@ -5,2 +5,17 @@ { | ||
{ | ||
"version": "0.12.21", | ||
"tag": "@microsoft/tsdoc_v0.12.21", | ||
"date": "Fri, 04 Sep 2020 15:53:27 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix an issue where the line extractor's trailing whitespace trimming sometimes trimmed a non-whitespace character (GitHub #258)" | ||
}, | ||
{ | ||
"comment": "Update build system" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.12.20", | ||
@@ -7,0 +22,0 @@ "tag": "@microsoft/tsdoc_v0.12.20", |
# Change Log - @microsoft/tsdoc | ||
This log was last generated on Wed, 20 May 2020 22:33:27 GMT and should not be manually modified. | ||
This log was last generated on Fri, 04 Sep 2020 15:53:27 GMT and should not be manually modified. | ||
## 0.12.21 | ||
Fri, 04 Sep 2020 15:53:27 GMT | ||
### Patches | ||
- Fix an issue where the line extractor's trailing whitespace trimming sometimes trimmed a non-whitespace character (GitHub #258) | ||
- Update build system | ||
## 0.12.20 | ||
@@ -6,0 +14,0 @@ Wed, 20 May 2020 22:33:27 GMT |
@@ -200,1 +200,2 @@ /** | ||
} | ||
//# sourceMappingURL=DeclarationReference.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
/* eslint-disable @typescript-eslint/no-use-before-define */ | ||
/* eslint-disable @typescript-eslint/member-naming */ | ||
/* eslint-disable @typescript-eslint/naming-convention */ | ||
var __extends = (this && this.__extends) || (function () { | ||
@@ -369,2 +369,3 @@ var extendStatics = function (d, b) { | ||
var invalidImportPathRegExp = /^(\.\.?([\\/]|$)|[\\/])/; | ||
// eslint-disable-next-line @rushstack/no-new-null | ||
function parsePackageName(text) { | ||
@@ -371,0 +372,0 @@ var match = packageNameRegExp.exec(text); |
@@ -44,1 +44,2 @@ import { DocNode } from '../nodes/DocNode'; | ||
} | ||
//# sourceMappingURL=DocNodeManager.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -107,1 +107,2 @@ import { TSDocTagDefinition } from './TSDocTagDefinition'; | ||
} | ||
//# sourceMappingURL=TSDocConfiguration.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -65,1 +65,2 @@ import { Standardization } from '../details/Standardization'; | ||
} | ||
//# sourceMappingURL=TSDocTagDefinition.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -36,1 +36,2 @@ /** | ||
} | ||
//# sourceMappingURL=TSDocValidationConfiguration.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -44,1 +44,2 @@ import { DocBlockTag } from '../nodes/DocBlockTag'; | ||
} | ||
//# sourceMappingURL=ModifierTagSet.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -33,1 +33,2 @@ /** | ||
} | ||
//# sourceMappingURL=Standardization.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Standardization.js.map |
@@ -52,1 +52,2 @@ import { ModifierTagSet } from './ModifierTagSet'; | ||
} | ||
//# sourceMappingURL=StandardModifierTagSet.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -320,1 +320,2 @@ import { TSDocTagDefinition } from '../configuration/TSDocTagDefinition'; | ||
} | ||
//# sourceMappingURL=StandardTags.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -33,1 +33,2 @@ import { DocNode } from '../nodes'; | ||
} | ||
//# sourceMappingURL=PlainTextEmitter.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -42,1 +42,2 @@ /** | ||
} | ||
//# sourceMappingURL=StringBuilder.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -26,1 +26,2 @@ import { DocComment, DocDeclarationReference, DocHtmlEndTag, DocHtmlStartTag } from '../nodes'; | ||
} | ||
//# sourceMappingURL=TSDocEmitter.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -22,1 +22,2 @@ export { DocNodeManager, IDocNodeDefinition, DocNodeConstructor } from './configuration/DocNodeManager'; | ||
export { DocNodeTransforms } from './transforms/DocNodeTransforms'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -5,1 +5,2 @@ import { TSDocConfiguration } from '../configuration/TSDocConfiguration'; | ||
} | ||
//# sourceMappingURL=BuiltInDocNodes.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -41,1 +41,2 @@ import { DocNodeKind, DocNode, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocBlock.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -44,1 +44,2 @@ import { DocNodeKind, DocNode, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocBlockTag.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -40,1 +40,2 @@ import { DocNodeKind, IDocNodeParameters, DocNode, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocCodeSpan.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -120,1 +120,2 @@ import { DocNode, DocNodeKind, IDocNodeParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocComment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -73,1 +73,2 @@ import { DocNode, DocNodeKind, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocDeclarationReference.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -57,1 +57,2 @@ import { DocNodeKind, DocNode, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocErrorText.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -54,1 +54,2 @@ import { DocNodeKind, IDocNodeParsedParameters, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocEscapedText.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -105,1 +105,2 @@ import { DocNode, IDocNodeParameters, DocNodeKind } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocExcerpt.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -69,1 +69,2 @@ import { DocNodeKind, IDocNodeParameters, DocNode, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocFencedCode.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -74,1 +74,2 @@ import { DocNode, DocNodeKind, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocHtmlAttribute.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -45,1 +45,2 @@ import { DocNode, DocNodeKind, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocHtmlEndTag.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -69,1 +69,2 @@ import { DocNode, DocNodeKind, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocHtmlStartTag.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -36,1 +36,2 @@ import { DocNodeKind, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocInheritDocTag.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -46,1 +46,2 @@ import { DocNodeKind, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocInlineTag.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -57,1 +57,2 @@ import { IDocNodeParameters, DocNode, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocInlineTagBase.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -85,1 +85,2 @@ import { DocNodeKind, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocLinkTag.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -59,1 +59,2 @@ import { DocNodeKind, DocNode, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocMemberIdentifier.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -90,1 +90,2 @@ import { DocNode, DocNodeKind, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocMemberReference.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -86,1 +86,2 @@ import { DocNodeKind, DocNode, IDocNodeParsedParameters, IDocNodeParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocMemberSelector.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -49,1 +49,2 @@ import { DocNodeKind, DocNode, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocMemberSymbol.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -99,1 +99,2 @@ import { TSDocConfiguration } from '../configuration/TSDocConfiguration'; | ||
} | ||
//# sourceMappingURL=DocNode.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -42,1 +42,2 @@ import { DocNode, IDocNodeParameters, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocNodeContainer.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -22,1 +22,2 @@ import { DocNodeKind, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocParagraph.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -57,1 +57,2 @@ import { DocNodeKind, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocParamBlock.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -56,1 +56,2 @@ import { DocNodeKind, DocNode, IDocNodeParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocParamCollection.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -42,1 +42,2 @@ import { DocNodeKind, IDocNodeParameters, IDocNodeParsedParameters, DocNode } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocPlainText.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -31,1 +31,2 @@ import { DocNode, DocNodeKind } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocSection.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -39,1 +39,2 @@ import { DocNodeKind, IDocNodeParameters, DocNode, IDocNodeParsedParameters } from './DocNode'; | ||
} | ||
//# sourceMappingURL=DocSoftBreak.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -29,1 +29,2 @@ export * from './DocBlock'; | ||
export * from './DocSoftBreak'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -14,1 +14,2 @@ import { ParserContext } from './ParserContext'; | ||
} | ||
//# sourceMappingURL=LineExtractor.d.ts.map |
@@ -138,3 +138,3 @@ "use strict"; | ||
// (collectingLineStart was the start of this line) | ||
collectingLineEnd = currentIndex; | ||
collectingLineEnd = nextIndex; | ||
state = State.CollectingLine; | ||
@@ -141,0 +141,0 @@ } |
@@ -91,1 +91,2 @@ import { ParserContext } from './ParserContext'; | ||
} | ||
//# sourceMappingURL=NodeParser.d.ts.map |
@@ -24,1 +24,2 @@ import { DocSection, DocNode } from '../nodes'; | ||
} | ||
//# sourceMappingURL=ParagraphSplitter.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -42,1 +42,2 @@ import { TextRange } from './TextRange'; | ||
} | ||
//# sourceMappingURL=ParserContext.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -46,1 +46,2 @@ import { TextRange } from './TextRange'; | ||
} | ||
//# sourceMappingURL=ParserMessage.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -33,1 +33,2 @@ import { ParserMessage } from './ParserMessage'; | ||
} | ||
//# sourceMappingURL=ParserMessageLog.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -62,1 +62,2 @@ /** | ||
} | ||
//# sourceMappingURL=StringChecks.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -86,1 +86,2 @@ /** | ||
} | ||
//# sourceMappingURL=TextRange.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -172,1 +172,2 @@ import { TextRange } from './TextRange'; | ||
} | ||
//# sourceMappingURL=Token.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -25,1 +25,2 @@ import { TextRange } from './TextRange'; | ||
} | ||
//# sourceMappingURL=Tokenizer.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -81,1 +81,2 @@ import { Token, TokenKind } from './Token'; | ||
} | ||
//# sourceMappingURL=TokenReader.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -54,1 +54,2 @@ import { ParserContext } from './ParserContext'; | ||
} | ||
//# sourceMappingURL=TokenSequence.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -318,1 +318,2 @@ /** | ||
export declare const allTsdocMessageIdsSet: ReadonlySet<string>; | ||
//# sourceMappingURL=TSDocMessageId.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -16,1 +16,2 @@ import { TextRange } from './TextRange'; | ||
} | ||
//# sourceMappingURL=TSDocParser.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -48,1 +48,2 @@ import { DocParagraph } from '../nodes'; | ||
} | ||
//# sourceMappingURL=DocNodeTransforms.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -8,1 +8,2 @@ import { DocParagraph } from '../nodes'; | ||
} | ||
//# sourceMappingURL=TrimSpacesTransform.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@microsoft/tsdoc", | ||
"version": "0.12.20", | ||
"version": "0.12.21", | ||
"description": "A parser for the TypeScript doc comment syntax", | ||
@@ -22,33 +22,14 @@ "keywords": [ | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "0.4.0", | ||
"@types/jest": "24.0.16", | ||
"eslint": "^6.0.0", | ||
"jest": "~24.8.0", | ||
"prettier": "~1.18.2", | ||
"rimraf": "~2.6.3", | ||
"ts-jest": "~24.0.2", | ||
"typescript": "~3.5.3" | ||
"@microsoft/rush-stack-compiler-3.5": "~0.8.4", | ||
"@rushstack/eslint-config": "~1.3.0", | ||
"@rushstack/heft": "^0.10.1", | ||
"@types/heft-jest": "1.0.1", | ||
"eslint": "~7.2.0" | ||
}, | ||
"scripts": { | ||
"build": "node ./build.js", | ||
"test": "jest", | ||
"watch": "jest --watch", | ||
"build": "heft test --clean", | ||
"watch": "heft test --clean --watch", | ||
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx" | ||
], | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testMatch": [ | ||
"<rootDir>/src/**/*.test.ts" | ||
] | ||
} | ||
} |
@@ -40,3 +40,3 @@ # @microsoft/tsdoc | ||
A separate NPM package [`@microsoft/tsdoc-config`](https://www.npmjs.com/package/@microsoft/tsdoc) | ||
A separate NPM package [`@microsoft/tsdoc-config`](https://www.npmjs.com/package/@microsoft/tsdoc-config) | ||
is used for loading the **tsdoc.json** file. | ||
@@ -43,0 +43,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1233419
5
242
13493