Comparing version 0.5.5 to 0.5.6
@@ -5,3 +5,3 @@ "use strict"; | ||
const lsif_protocol_1 = require("lsif-protocol"); | ||
exports.create = (writer, idGenerator) => { | ||
const create = (writer, idGenerator) => { | ||
let vertices; | ||
@@ -251,2 +251,3 @@ const labelMap = new Map([ | ||
}; | ||
exports.create = create; | ||
//# sourceMappingURL=graphSON.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.create = void 0; | ||
exports.create = (writer) => { | ||
const create = (writer) => { | ||
let isFirst = true; | ||
@@ -25,2 +25,3 @@ return { | ||
}; | ||
exports.create = create; | ||
//# sourceMappingURL=json.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.create = void 0; | ||
exports.create = (writer) => { | ||
const create = (writer) => { | ||
return { | ||
@@ -13,2 +13,3 @@ start: () => { }, | ||
}; | ||
exports.create = create; | ||
//# sourceMappingURL=line.js.map |
@@ -18,3 +18,3 @@ "use strict"; | ||
} | ||
exports.create = (writer) => { | ||
const create = (writer) => { | ||
let data = { | ||
@@ -92,2 +92,3 @@ nodes: [], | ||
}; | ||
exports.create = create; | ||
//# sourceMappingURL=vis.js.map |
import { Options } from './args'; | ||
export declare function run(this: void, options: Options): Promise<void>; | ||
export declare function main(this: void): Promise<void>; |
@@ -12,3 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.run = void 0; | ||
exports.main = exports.run = void 0; | ||
/* -------------------------------------------------------------------------------------------- | ||
@@ -677,2 +677,3 @@ * Copyright (c) Microsoft Corporation. All rights reserved. | ||
} | ||
exports.main = main; | ||
if (require.main === module) { | ||
@@ -679,0 +680,0 @@ main().then(undefined, (error) => { |
{ | ||
"name": "lsif-tsc", | ||
"description": "Tool to create an LSIF dump for TypeScript projects.", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"author": "Microsoft Corporation", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"lsif-protocol": "0.5.2", | ||
"lsif-protocol": "0.5.3", | ||
"yargs": "16.2.0", | ||
@@ -23,0 +23,0 @@ "uuid": "^8.3.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
624257
7150
1
+ Addedlsif-protocol@0.5.3(transitive)
- Removedlsif-protocol@0.5.2(transitive)
Updatedlsif-protocol@0.5.3