@stylable/language-service
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -103,2 +103,3 @@ "use strict"; | ||
atRuleName === '@st-import' || | ||
atRuleName === '@property' || | ||
atRuleName === '@st-global-custom-property')) { | ||
@@ -105,0 +106,0 @@ return false; |
{ | ||
"name": "@stylable/language-service", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.", | ||
@@ -14,8 +14,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@file-services/types": "^7.0.0", | ||
"@file-services/typescript": "^7.0.0", | ||
"@stylable/code-formatter": "^5.1.0", | ||
"@stylable/core": "^5.1.0", | ||
"@file-services/types": "^7.0.1", | ||
"@file-services/typescript": "^7.0.1", | ||
"@stylable/code-formatter": "^5.2.0", | ||
"@stylable/core": "^5.2.0", | ||
"css-selector-tokenizer": "^0.8.0", | ||
"postcss": "^8.4.14", | ||
"postcss": "^8.4.16", | ||
"postcss-value-parser": "^4.2.0", | ||
@@ -22,0 +22,0 @@ "vscode-css-languageservice": "^6.0.1", |
@@ -141,2 +141,3 @@ import type { IFileSystem } from '@file-services/types'; | ||
atRuleName === '@st-import' || | ||
atRuleName === '@property' || | ||
atRuleName === '@st-global-custom-property') | ||
@@ -143,0 +144,0 @@ ) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
544960
8876
Updated@file-services/types@^7.0.1
Updated@stylable/core@^5.2.0
Updatedpostcss@^8.4.16