mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-14 12:10:23 +07:00
chunks creation is not a structural change now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user