typescript-eslint-parser
Advanced tools
Comparing version 21.0.0 to 21.0.1
@@ -388,2 +388,11 @@ "use strict"; | ||
/** | ||
* Create reference objects for the object part. (This is `obj.prop`) | ||
* @param {TSTypeQuery} node The TSTypeQuery node to visit. | ||
* @returns {void} | ||
*/ | ||
TSQualifiedName(node) { | ||
this.visit(node.left); | ||
} | ||
/** | ||
* Create reference objects for the references in computed keys. | ||
@@ -390,0 +399,0 @@ * @param {TSPropertySignature} node The TSPropertySignature node to visit. |
@@ -0,1 +1,6 @@ | ||
v21.0.1 - November 15, 2018 | ||
* [`3715584`](https://github.com/eslint/typescript-eslint-parser/commit/3715584404de566c9b6db975328122e819993768) Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima) | ||
* [`15b32d0`](https://github.com/eslint/typescript-eslint-parser/commit/15b32d0c9430111cdcdc7d187dfdc00b049bf3fb) Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo) | ||
v21.0.0 - November 13, 2018 | ||
@@ -2,0 +7,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"main": "parser.js", | ||
"version": "21.0.0", | ||
"version": "21.0.1", | ||
"files": [ | ||
@@ -57,3 +57,3 @@ "parser.js", | ||
"eslint-plugin-node": "6.0.1", | ||
"eslint-release": "1.1.0", | ||
"eslint-release": "1.2.0", | ||
"jest": "23.1.0", | ||
@@ -60,0 +60,0 @@ "npm-license": "0.3.3", |
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
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
54297
705
0