vscode-html-languageservice
Advanced tools
Comparing version 3.0.4-next.4 to 3.0.4-next.5
@@ -5,9 +5,2 @@ /*--------------------------------------------------------------------------------------------- | ||
*--------------------------------------------------------------------------------------------*/ | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
for (var r = Array(s), k = 0, i = 0; i < il; i++) | ||
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) | ||
r[k] = a[j]; | ||
return r; | ||
}; | ||
import { HTMLDataProvider } from '../dataProvider'; | ||
@@ -22,3 +15,3 @@ import { HTML5_TAGS } from './html5Tags'; | ||
tags: HTML5_TAGS, | ||
globalAttributes: __spreadArrays(ARIA_ATTRIBUTES, HTML5_GLOBAL_ATTRIBUTES, HTML5_EVENTS), | ||
globalAttributes: ARIA_ATTRIBUTES.concat(HTML5_GLOBAL_ATTRIBUTES, HTML5_EVENTS), | ||
valueSets: HTML5_VALUE_MAP | ||
@@ -25,0 +18,0 @@ }); |
@@ -5,9 +5,2 @@ /*--------------------------------------------------------------------------------------------- | ||
*--------------------------------------------------------------------------------------------*/ | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
for (var r = Array(s), k = 0, i = 0; i < il; i++) | ||
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) | ||
r[k] = a[j]; | ||
return r; | ||
}; | ||
(function (factory) { | ||
@@ -33,3 +26,3 @@ if (typeof module === "object" && typeof module.exports === "object") { | ||
tags: html5Tags_1.HTML5_TAGS, | ||
globalAttributes: __spreadArrays(html5Aria_1.ARIA_ATTRIBUTES, html5GlobalAttributes_1.HTML5_GLOBAL_ATTRIBUTES, html5Events_1.HTML5_EVENTS), | ||
globalAttributes: html5Aria_1.ARIA_ATTRIBUTES.concat(html5GlobalAttributes_1.HTML5_GLOBAL_ATTRIBUTES, html5Events_1.HTML5_EVENTS), | ||
valueSets: exports.HTML5_VALUE_MAP | ||
@@ -36,0 +29,0 @@ }); |
{ | ||
"name": "vscode-html-languageservice", | ||
"version": "3.0.4-next.4", | ||
"version": "3.0.4-next.5", | ||
"description": "Language service for HTML", | ||
@@ -5,0 +5,0 @@ "main": "./lib/umd/htmlLanguageService.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1709524
35501