vscode-uri
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
export declare class URI implements UriComponents { | ||
export default class URI implements UriComponents { | ||
static isUri(thing: any): thing is URI; | ||
@@ -22,0 +22,0 @@ /** |
@@ -338,3 +338,3 @@ /*--------------------------------------------------------------------------------------------- | ||
}()); | ||
export { URI }; | ||
export default URI; | ||
var _pathSepMarker = isWindows ? 1 : undefined; | ||
@@ -341,0 +341,0 @@ // tslint:disable-next-line:class-name |
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
export declare class URI implements UriComponents { | ||
export default class URI implements UriComponents { | ||
static isUri(thing: any): thing is URI; | ||
@@ -22,0 +22,0 @@ /** |
@@ -349,3 +349,3 @@ var __extends = (this && this.__extends) || (function () { | ||
}()); | ||
exports.URI = URI; | ||
exports.default = URI; | ||
var _pathSepMarker = isWindows ? 1 : undefined; | ||
@@ -352,0 +352,0 @@ // tslint:disable-next-line:class-name |
{ | ||
"name": "vscode-uri", | ||
"author": "Microsoft", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "The URI implementation that is used by VS Code and its extensions", | ||
@@ -6,0 +6,0 @@ "main": "./lib/umd/index.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
62203