From 605cc844cadd78cc2d4136331f6beea8aea5af09 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Wed, 8 Jan 2025 10:13:30 +0700 Subject: [PATCH] chunks creation is not a structural change now --- evolved.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/evolved.lua b/evolved.lua index 36fe822..b06767a 100644 --- a/evolved.lua +++ b/evolved.lua @@ -527,7 +527,6 @@ local function __root_chunk(root_fragment) fragment_chunks[#fragment_chunks + 1] = root_chunk end - __structural_changes = __structural_changes + 1 return root_chunk end @@ -642,7 +641,6 @@ local function __chunk_with_fragment(parent_chunk, child_fragment) fragment_chunks[#fragment_chunks + 1] = child_chunk end - __structural_changes = __structural_changes + 1 return child_chunk end