@k3000/store 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generator.mjs +0 -16
- package/package.json +1 -1
package/generator.mjs
CHANGED
|
@@ -761,22 +761,6 @@ const commentRemark = (remark = '') => remark.replace(/\n/g, '\n\t * ')
|
|
|
761
761
|
|
|
762
762
|
function submit() {
|
|
763
763
|
|
|
764
|
-
if (this.updateSet.size) {
|
|
765
|
-
|
|
766
|
-
this.curr.record.pointer = 0
|
|
767
|
-
|
|
768
|
-
for (const key of Object.keys(this.curr.record.idle)) {
|
|
769
|
-
|
|
770
|
-
this.curr.record.idle[key] = []
|
|
771
|
-
this.curr.record.record[key] = []
|
|
772
|
-
|
|
773
|
-
for (const k of Object.keys(this.curr.record.index[key])) {
|
|
774
|
-
|
|
775
|
-
this.curr.record.index[key][k] = []
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
|
|
780
764
|
this.curr.updateStruct(this.curr.struct)
|
|
781
765
|
this.curr.updateRecord(this.curr.record)
|
|
782
766
|
|