Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/tsdoc

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/tsdoc - npm Package Compare versions

Comparing version 0.12.8 to 0.12.9

12

CHANGELOG.json

@@ -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",

9

CHANGELOG.md
# 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

15

lib/parser/TSDocMessageId.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc