Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-html-languageservice

Package Overview
Dependencies
Maintainers
6
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-html-languageservice - npm Package Compare versions

Comparing version 2.1.11-next.1 to 2.1.11-next.2

1

lib/esm/htmlLanguageService.d.ts
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';

1

lib/esm/htmlLanguageTypes.d.ts
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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc