lsif-protocol
Advanced tools
Comparing version 0.5.0-next.3 to 0.5.0-next.4
@@ -6,9 +6,17 @@ "use strict"; | ||
* ------------------------------------------------------------------------------------------ */ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Version = exports.lsp = void 0; | ||
const lsp = require("vscode-languageserver-protocol"); | ||
exports.lsp = lsp; | ||
__export(require("./protocol")); | ||
__exportStar(require("./protocol"), exports); | ||
exports.Version = function () { | ||
@@ -15,0 +23,0 @@ let packageJson = require('../package.json'); |
@@ -660,3 +660,3 @@ import * as lsp from 'vscode-languageserver-protocol'; | ||
export interface ItemEdge<S extends V, T extends V> extends E1N<S, T, EdgeLabels.item> { | ||
document: DocumentId; | ||
shard: Id; | ||
property?: ItemEdgeProperties; | ||
@@ -663,0 +663,0 @@ } |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Edge = exports.ItemEdgeProperties = exports.EdgeLabels = exports.UniquenessLevel = exports.MonikerKind = exports.RangeTagTypes = exports.EventScope = exports.EventKind = exports.VertexLabels = exports.ElementTypes = void 0; | ||
var ElementTypes; | ||
@@ -9,0 +10,0 @@ (function (ElementTypes) { |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.5.0-next.3", | ||
"version": "0.5.0-next.4", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
34430
980