Don't infer sizes for labels within another symbol

This commit is contained in:
2025-03-03 21:01:22 -07:00
parent ae6d37a10b
commit 4f34dfa194
10 changed files with 3785 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "objdiff-wasm",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "objdiff-wasm",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@biomejs/biome": "^1.9.3",

View File

@@ -1,6 +1,6 @@
{
"name": "objdiff-wasm",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "A local diffing tool for decompilation projects.",
"author": {
"name": "Luke Street",