Comparing version 0.2.1 to 0.2.2
@@ -108,3 +108,3 @@ "use strict"; | ||
ensureIdGenerator(id) { | ||
if (this.idGenerator !== undefined) { | ||
if (this._idGenerator !== undefined) { | ||
return; | ||
@@ -111,0 +111,0 @@ } |
{ | ||
"name": "lsif-npm", | ||
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Microsoft Corporation", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"bin": { | ||
"list-npm": "./bin/lsif-npm" | ||
"lsif-npm": "./bin/lsif-npm" | ||
}, | ||
@@ -20,0 +20,0 @@ "dependencies": { |
@@ -127,3 +127,3 @@ /* -------------------------------------------------------------------------------------------- | ||
private ensureIdGenerator(id: Id): void { | ||
if (this.idGenerator !== undefined) { | ||
if (this._idGenerator !== undefined) { | ||
return; | ||
@@ -130,0 +130,0 @@ } |
Sorry, the diff of this file is not supported yet
36779