vscode-html-languageservice
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -73,6 +73,5 @@ /*--------------------------------------------------------------------------------------------- | ||
var tagEntry = this._tagMap[tag.toLowerCase()]; | ||
if (!tagEntry) { | ||
return []; | ||
if (tagEntry) { | ||
processAttributes(tagEntry.attributes); | ||
} | ||
processAttributes(tagEntry.attributes); | ||
processAttributes(this._globalAttributes); | ||
@@ -79,0 +78,0 @@ return values; |
@@ -85,6 +85,5 @@ /*--------------------------------------------------------------------------------------------- | ||
var tagEntry = this._tagMap[tag.toLowerCase()]; | ||
if (!tagEntry) { | ||
return []; | ||
if (tagEntry) { | ||
processAttributes(tagEntry.attributes); | ||
} | ||
processAttributes(tagEntry.attributes); | ||
processAttributes(this._globalAttributes); | ||
@@ -91,0 +90,0 @@ return values; |
{ | ||
"name": "vscode-html-languageservice", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Language service for HTML", | ||
@@ -5,0 +5,0 @@ "main": "./lib/umd/htmlLanguageService.js", |
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
1556803
32637