monaco-css
Advanced tools
Comparing version 3.7.0 to 3.8.1
{ | ||
"name": "monaco-css", | ||
"version": "3.7.0", | ||
"version": "3.8.1", | ||
"description": "CSS, LESS and SCSS plugin for the Monaco Editor", | ||
@@ -26,3 +26,3 @@ "scripts": { | ||
"husky": "^5.1.3", | ||
"monaco-editor-core": "0.27.0", | ||
"monaco-editor-core": "0.28.1", | ||
"monaco-languages": "2.4.0", | ||
@@ -35,3 +35,3 @@ "monaco-plugin-helpers": "^1.0.3", | ||
"terser": "^5.7.0", | ||
"vscode-css-languageservice": "^5.1.4", | ||
"vscode-css-languageservice": "^5.1.5", | ||
"vscode-languageserver-types": "3.16.0", | ||
@@ -38,0 +38,0 @@ "vscode-languageserver-textdocument": "^1.0.1" |
@@ -5,6 +5,10 @@ /*--------------------------------------------------------------------------------------------- | ||
*--------------------------------------------------------------------------------------------*/ | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from) { | ||
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) | ||
to[j] = from[i]; | ||
return to; | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { | ||
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { | ||
if (ar || !(i in from)) { | ||
if (!ar) ar = Array.prototype.slice.call(from, 0, i); | ||
ar[i] = from[i]; | ||
} | ||
} | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
}; | ||
@@ -20,3 +24,3 @@ import { URI, Utils } from './../../vscode-uri/index'; | ||
} | ||
return Utils.joinPath.apply(Utils, __spreadArray([URI.parse(uriString)], paths)).toString(); | ||
return Utils.joinPath.apply(Utils, __spreadArray([URI.parse(uriString)], paths, false)).toString(); | ||
} |
@@ -198,3 +198,3 @@ /*--------------------------------------------------------------------------------------------- | ||
get: function () { | ||
return [' ', ':']; | ||
return ['/', '-', ':']; | ||
}, | ||
@@ -201,0 +201,0 @@ enumerable: false, |
/*!----------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* monaco-css version: 3.7.0(116c3cf36d90a2f11f2ac826d7a80e38a209cacf) | ||
* monaco-css version: 3.8.1(1684631ef49ad4ba0e0e824f6a1507510015d99a) | ||
* Released under the MIT license | ||
@@ -5,0 +5,0 @@ * https://github.com/Microsoft/monaco-css/blob/master/LICENSE.md |
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
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
6445713
111913