vscode-css-languageservice
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { TextDocument, Position, CompletionList, Hover, Range, SymbolInformation, Diagnostic, Location, DocumentHighlight, CodeActionContext, Command, WorkspaceEdit } from 'vscode-languageserver-types'; | ||
import { Stylesheet } from './parser/cssNodes'; | ||
export declare type Stylesheet = {}; | ||
export interface LanguageService { | ||
@@ -4,0 +4,0 @@ configure(raw: LanguageSettings): void; |
{ | ||
"name": "vscode-css-languageservice", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Language service for CSS, LESS and SCSS", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cssLanguageService.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
712191