Comparing version 0.6.0-next.1 to 0.6.0-next.2
@@ -106,7 +106,2 @@ "use strict"; | ||
} | ||
duplicateEvent(event) { | ||
const duplicate = Object.assign({}, event); | ||
duplicate.id = this.idGenerator(); | ||
this.store.push(duplicate); | ||
} | ||
flush(lastId) { | ||
@@ -363,5 +358,2 @@ if (this.store.length === 0) { | ||
break; | ||
case lsif_protocol_1.VertexLabels.event: | ||
queue.duplicateEvent(element); | ||
break; | ||
} | ||
@@ -368,0 +360,0 @@ } |
{ | ||
"name": "lsif-npm", | ||
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers", | ||
"version": "0.6.0-next.1", | ||
"version": "0.6.0-next.2", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
219936
773