vscode-html-languageservice
Advanced tools
Comparing version 2.1.11-next.1 to 2.1.11-next.2
import { TextDocument, Position, CompletionList, Hover, Range, SymbolInformation, TextEdit, DocumentHighlight, DocumentLink, FoldingRange } from 'vscode-languageserver-types'; | ||
import { Scanner, HTMLDocument, CompletionConfiguration, ICompletionParticipant, HTMLFormatConfiguration, DocumentContext } from './htmlLanguageTypes'; | ||
import { ITagSet, IAttributeSet } from './parser/htmlTags'; | ||
export { HTMLTagSpecification, ITagSet, IAttributeSet } from './parser/htmlTags'; | ||
export * from './htmlLanguageTypes'; | ||
@@ -5,0 +6,0 @@ export * from 'vscode-languageserver-types'; |
@@ -16,2 +16,3 @@ /*--------------------------------------------------------------------------------------------- | ||
import { addTags, addAttributes } from './services/tagProviders'; | ||
export { HTMLTagSpecification } from './parser/htmlTags'; | ||
export * from './htmlLanguageTypes'; | ||
@@ -18,0 +19,0 @@ export * from 'vscode-languageserver-types'; |
import { TextDocument, Position, Range } from 'vscode-languageserver-types'; | ||
export { HTMLTagSpecification, ITagSet, IAttributeSet } from './parser/htmlTags'; | ||
export interface HTMLFormatConfiguration { | ||
@@ -4,0 +3,0 @@ tabSize?: number; |
@@ -6,3 +6,2 @@ /*--------------------------------------------------------------------------------------------- | ||
'use strict'; | ||
export { HTMLTagSpecification } from './parser/htmlTags'; | ||
export var TokenType; | ||
@@ -9,0 +8,0 @@ (function (TokenType) { |
import { TextDocument, Position, CompletionList, Hover, Range, SymbolInformation, TextEdit, DocumentHighlight, DocumentLink, FoldingRange } from 'vscode-languageserver-types'; | ||
import { Scanner, HTMLDocument, CompletionConfiguration, ICompletionParticipant, HTMLFormatConfiguration, DocumentContext } from './htmlLanguageTypes'; | ||
import { ITagSet, IAttributeSet } from './parser/htmlTags'; | ||
export { HTMLTagSpecification, ITagSet, IAttributeSet } from './parser/htmlTags'; | ||
export * from './htmlLanguageTypes'; | ||
@@ -5,0 +6,0 @@ export * from 'vscode-languageserver-types'; |
@@ -7,3 +7,3 @@ (function (factory) { | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./parser/htmlScanner", "./parser/htmlParser", "./services/htmlCompletion", "./services/htmlHover", "./services/htmlFormatter", "./services/htmlLinks", "./services/htmlHighlighting", "./services/htmlSymbolsProvider", "./services/htmlFolding", "./services/tagProviders", "./htmlLanguageTypes", "vscode-languageserver-types"], factory); | ||
define(["require", "exports", "./parser/htmlScanner", "./parser/htmlParser", "./services/htmlCompletion", "./services/htmlHover", "./services/htmlFormatter", "./services/htmlLinks", "./services/htmlHighlighting", "./services/htmlSymbolsProvider", "./services/htmlFolding", "./services/tagProviders", "./parser/htmlTags", "./htmlLanguageTypes", "vscode-languageserver-types"], factory); | ||
} | ||
@@ -30,2 +30,4 @@ })(function (require, exports) { | ||
var tagProviders_1 = require("./services/tagProviders"); | ||
var htmlTags_1 = require("./parser/htmlTags"); | ||
exports.HTMLTagSpecification = htmlTags_1.HTMLTagSpecification; | ||
__export(require("./htmlLanguageTypes")); | ||
@@ -32,0 +34,0 @@ __export(require("vscode-languageserver-types")); |
import { TextDocument, Position, Range } from 'vscode-languageserver-types'; | ||
export { HTMLTagSpecification, ITagSet, IAttributeSet } from './parser/htmlTags'; | ||
export interface HTMLFormatConfiguration { | ||
@@ -4,0 +3,0 @@ tabSize?: number; |
@@ -7,3 +7,3 @@ (function (factory) { | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./parser/htmlTags"], factory); | ||
define(["require", "exports"], factory); | ||
} | ||
@@ -17,4 +17,2 @@ })(function (require, exports) { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var htmlTags_1 = require("./parser/htmlTags"); | ||
exports.HTMLTagSpecification = htmlTags_1.HTMLTagSpecification; | ||
var TokenType; | ||
@@ -21,0 +19,0 @@ (function (TokenType) { |
{ | ||
"name": "vscode-html-languageservice", | ||
"version": "2.1.11-next.1", | ||
"version": "2.1.11-next.2", | ||
"description": "Language service for HTML", | ||
@@ -5,0 +5,0 @@ "main": "./lib/umd/htmlLanguageService.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0