From 18bd812865e20634ab2d9abd9468c63671180a1e Mon Sep 17 00:00:00 2001 From: mshipper Date: Wed, 15 Apr 2026 18:18:44 +0000 Subject: [PATCH] bundle rendering optimization --- package.json | 2 +- src/Calculator.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5aa77b5..4d37ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linked-bundle-node-map", - "version": "1.0.16", + "version": "1.0.17", "types": "dist/LinkedBundleNodeMap.d.ts", "funding": "https://github.com/sponsors/akalinux", "homepage": "https://github.com/akalinux/linked-bundle-node-map", diff --git a/src/Calculator.ts b/src/Calculator.ts index 6b94918..9a7e573 100644 --- a/src/Calculator.ts +++ b/src/Calculator.ts @@ -569,7 +569,7 @@ export default class Calculator extends CalculatorBase { w: w * .75, o: i, } - this.animations[aid++] = animate; // eslint-disable-line no-useless-assignment + this.animations[aid] = animate; } else if (a == 'b') { for (let i = 0; i < SD.length; ++i) { const a = SD[i];