vscode-html-languageservice
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -179,3 +179,3 @@ { | ||
"valueSets": { | ||
"description": "A set of attribute value. When an attribute refers to an attribute set, its value completion will use valuse from that set", | ||
"description": "A set of attribute value. When an attribute refers to an attribute set, its value completion will use value from that set", | ||
"type": "array", | ||
@@ -182,0 +182,0 @@ "items": { |
// copied from js-beautify/js/lib/beautify-css.js | ||
// version: 1.13.13 | ||
// version: 1.14.0 | ||
/* AUTO-GENERATED. DO NOT MODIFY. */ | ||
@@ -1458,3 +1458,3 @@ /* | ||
this.eatWhitespace(true); | ||
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport) { | ||
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport && !insideAtExtend) { | ||
this._output.add_new_line(); | ||
@@ -1461,0 +1461,0 @@ } else { |
// copied from js-beautify/js/lib/beautify-css.js | ||
// version: 1.13.13 | ||
// version: 1.14.0 | ||
/* AUTO-GENERATED. DO NOT MODIFY. */ | ||
@@ -1461,3 +1461,3 @@ /* | ||
this.eatWhitespace(true); | ||
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport) { | ||
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport && !insideAtExtend) { | ||
this._output.add_new_line(); | ||
@@ -1464,0 +1464,0 @@ } else { |
{ | ||
"name": "vscode-html-languageservice", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Language service for HTML", | ||
@@ -20,9 +20,9 @@ "main": "./lib/umd/htmlLanguageService.js", | ||
"@types/node": "^10.12.21", | ||
"@typescript-eslint/eslint-plugin": "^4.26.0", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"eslint": "^7.27.0", | ||
"js-beautify": "^1.13.13", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"eslint": "^7.29.0", | ||
"js-beautify": "^1.14.0", | ||
"mocha": "^8.4.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.2", | ||
"typescript": "^4.3.4", | ||
"vscode-web-custom-data": "^0.3.4" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1556847
32639