vscode-pug-languageservice
Advanced tools
Comparing version 0.25.1 to 0.25.2
@@ -35,3 +35,3 @@ import type * as html from 'vscode-html-languageservice'; | ||
} | undefined; | ||
}, pos: import("vscode-languageserver").Position, documentContext: html.DocumentContext, options?: html.CompletionConfiguration | undefined) => Promise<html.CompletionList | undefined>; | ||
}, pos: import("vscode-languageserver-protocol").Position, documentContext: html.DocumentContext, options?: html.CompletionConfiguration | undefined) => Promise<html.CompletionList | undefined>; | ||
findDocumentHighlights: (pugDoc: { | ||
@@ -51,3 +51,3 @@ pugTextDocument: html.TextDocument; | ||
} | undefined; | ||
}, pos: import("vscode-languageserver").Position) => html.DocumentHighlight[] | undefined; | ||
}, pos: import("vscode-languageserver-protocol").Position) => html.DocumentHighlight[] | undefined; | ||
findDocumentLinks: (pugDoc: { | ||
@@ -82,3 +82,3 @@ pugTextDocument: html.TextDocument; | ||
} | undefined; | ||
}, options: import("vscode-languageserver").FormattingOptions) => import("vscode-languageserver").TextEdit[]; | ||
}, options: import("vscode-languageserver-protocol").FormattingOptions) => import("vscode-languageserver-protocol").TextEdit[]; | ||
doHover: (docDoc: { | ||
@@ -98,3 +98,3 @@ pugTextDocument: html.TextDocument; | ||
} | undefined; | ||
}, pos: import("vscode-languageserver").Position) => import("vscode-languageserver").Hover | undefined; | ||
}, pos: import("vscode-languageserver-protocol").Position) => import("vscode-languageserver-protocol").Hover | undefined; | ||
createScanner: (pugDoc: { | ||
@@ -138,3 +138,3 @@ pugTextDocument: html.TextDocument; | ||
} | undefined; | ||
}, posArr: import("vscode-languageserver").Position[]) => import("vscode-languageserver").SelectionRange[]; | ||
}, posArr: import("vscode-languageserver-protocol").Position[]) => import("vscode-languageserver-protocol").SelectionRange[]; | ||
}; |
{ | ||
"name": "vscode-pug-languageservice", | ||
"version": "0.25.1", | ||
"version": "0.25.2", | ||
"main": "out/index.js", | ||
@@ -17,6 +17,6 @@ "files": [ | ||
"dependencies": { | ||
"@volar/code-gen": "^0.25.1", | ||
"@volar/shared": "^0.25.1", | ||
"@volar/source-map": "^0.25.1", | ||
"@volar/transforms": "^0.25.1", | ||
"@volar/code-gen": "^0.25.2", | ||
"@volar/shared": "^0.25.2", | ||
"@volar/source-map": "^0.25.2", | ||
"@volar/transforms": "^0.25.2", | ||
"pug-beautify": "^0.1.1", | ||
@@ -27,3 +27,3 @@ "pug-lexer": "^5.0.1", | ||
}, | ||
"gitHead": "3f0872fa3040685269602c3f76a5b33572b8c529" | ||
"gitHead": "58854fa21cbf3f4e6f1cc7c2100c2c6cebbdd394" | ||
} |
34981
Updated@volar/code-gen@^0.25.2
Updated@volar/shared@^0.25.2
Updated@volar/source-map@^0.25.2
Updated@volar/transforms@^0.25.2