@microsoft/tsdoc
Advanced tools
Comparing version 0.12.8 to 0.12.9
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.12.9", | ||
"tag": "@microsoft/tsdoc_v0.12.9", | ||
"date": "Thu, 11 Apr 2019 03:58:35 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Improve the wording of the error messages involving character sequences that look like TSDoc tags" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.12.8", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/tsdoc_v0.12.8", |
# Change Log - @microsoft/tsdoc | ||
This log was last generated on Tue, 12 Mar 2019 23:18:11 GMT and should not be manually modified. | ||
This log was last generated on Thu, 11 Apr 2019 03:58:35 GMT and should not be manually modified. | ||
## 0.12.9 | ||
Thu, 11 Apr 2019 03:58:35 GMT | ||
### Patches | ||
- Improve the wording of the error messages involving character sequences that look like TSDoc tags | ||
## 0.12.8 | ||
@@ -6,0 +13,0 @@ Tue, 12 Mar 2019 23:18:11 GMT |
@@ -85,11 +85,11 @@ /** | ||
/** | ||
* A TSDoc tag must be preceded by whitespace. | ||
* The "@" character looks like part of a TSDoc tag; use a backslash to escape it. | ||
*/ | ||
AtSignInWord = "tsdoc-at-sign-in-word", | ||
/** | ||
* Expecting a TSDoc tag name after the `@` character (or use a backslash to escape this character). | ||
* Expecting a TSDoc tag name after `@`; if it is not a tag, use a backslash to escape this character. | ||
*/ | ||
AtSignWithoutTagName = "tsdoc-at-sign-without-tag-name", | ||
/** | ||
* Expecting an inline TSDoc tag name immediately after `{@`. OR | ||
* Expecting a TSDoc tag starting with `{@`. OR | ||
* Expecting a TSDoc inline tag name after the `{@` characters. | ||
@@ -99,2 +99,7 @@ */ | ||
/** | ||
* The token ___ looks like a TSDoc tag but contains an invalid character ___; if it is not a tag, | ||
* use a backslash to escape the `@`. | ||
*/ | ||
CharactersAfterBlockTag = "tsdoc-characters-after-block-tag", | ||
/** | ||
* A TSDoc tag name must start with a letter and contain only letters and numbers. | ||
@@ -104,5 +109,5 @@ */ | ||
/** | ||
* A TSDoc tag must be followed by whitespace. | ||
* The character ___ cannot appear after the TSDoc tag name; expecting a space. | ||
*/ | ||
TextAfterTag = "tsdoc-text-after-tag", | ||
CharactersAfterInlineTag = "tsdoc-characters-after-inline-tag", | ||
/** | ||
@@ -109,0 +114,0 @@ * The TSDoc inline tag name is missing its closing `}`. |
{ | ||
"name": "@microsoft/tsdoc", | ||
"version": "0.12.8", | ||
"version": "0.12.9", | ||
"description": "A parser for the TypeScript doc comment syntax", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
653367
11375