vscode-pug-languageservice
Advanced tools
Comparing version 0.25.18 to 0.25.19
import type * as html from 'vscode-html-languageservice'; | ||
import type { TextDocument } from 'vscode-languageserver-textdocument'; | ||
export type { HTMLDocument, DocumentContext, CompletionConfiguration, TokenType, ScannerState, } from 'vscode-html-languageservice'; | ||
export { PugDocument } from './pugDocument'; | ||
@@ -4,0 +5,0 @@ export declare type LanguageService = ReturnType<typeof getLanguageService>; |
{ | ||
"name": "vscode-pug-languageservice", | ||
"version": "0.25.18", | ||
"version": "0.25.19", | ||
"main": "out/index.js", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/code-gen": "^0.25.18", | ||
"@volar/shared": "^0.25.18", | ||
"@volar/source-map": "^0.25.18", | ||
"@volar/transforms": "^0.25.18", | ||
"@volar/code-gen": "^0.25.19", | ||
"@volar/shared": "^0.25.19", | ||
"@volar/source-map": "^0.25.19", | ||
"@volar/transforms": "^0.25.19", | ||
"pug-beautify": "^0.1.1", | ||
@@ -30,3 +30,3 @@ "pug-lexer": "^5.0.1", | ||
}, | ||
"gitHead": "50788a29e3c3aa2e7848e6df2a680ae1e40a7cf5" | ||
"gitHead": "58e48b4ae205b355fd49681466c265fd1feabe7f" | ||
} |
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
23741
508
Updated@volar/code-gen@^0.25.19
Updated@volar/shared@^0.25.19
Updated@volar/source-map@^0.25.19
Updated@volar/transforms@^0.25.19