feat: close link sub property codecs
Some checks are pending
real-verification / chrome (push) Waiting to run
real-verification / freecad-oracle (push) Waiting to run
real-verification / wasm (push) Waiting to run

This commit is contained in:
2026-08-17 21:37:33 -04:00
parent 7bd7ff5055
commit 54649da16c
69 changed files with 6383 additions and 76 deletions

View File

@@ -204,12 +204,38 @@
"check:chrome-property-linklisthidden": "node scripts/check-chrome-property-linklisthidden.mjs",
"generate:freecad-property-linklisthidden-promotion": "node scripts/generate-freecad-property-linklisthidden-promotion.mjs",
"check:freecad-property-linklisthidden-promotion": "node scripts/check-freecad-property-linklisthidden-promotion.mjs",
"generate:freecad-property-linksubhidden-promotion": "node scripts/generate-freecad-property-linksubhidden-promotion.mjs",
"check:freecad-property-linksubhidden-promotion": "node scripts/check-freecad-property-linksubhidden-promotion.mjs",
"generate:freecad-property-linksubhidden-inventory": "node scripts/generate-freecad-property-linksubhidden-inventory.mjs",
"check:freecad-property-linksubhidden-inventory": "node scripts/check-freecad-property-linksubhidden-inventory.mjs",
"generate:freecad-property-linksublistglobal-inventory": "node scripts/generate-freecad-property-linksublistglobal-inventory.mjs",
"check:freecad-property-linksublistglobal-inventory": "node scripts/check-freecad-property-linksublistglobal-inventory.mjs",
"generate:freecad-property-linksublistglobal-promotion": "node scripts/generate-freecad-property-linksublistglobal-promotion.mjs",
"check:freecad-property-linksublistglobal-promotion": "node scripts/check-freecad-property-linksublistglobal-promotion.mjs",
"probe:freecad-property-linksublistglobal-success": "node scripts/run-freecad-property-linksublistglobal-success.mjs",
"check:freecad-property-linksublistglobal-success": "node scripts/check-freecad-property-linksublistglobal-success.mjs",
"probe:freecad-property-linksublistglobal-failure": "node scripts/run-freecad-property-linksublistglobal-failure.mjs",
"check:freecad-property-linksublistglobal-failure": "node scripts/check-freecad-property-linksublistglobal-failure.mjs",
"probe:freecad-property-linksublistglobal-mutation": "node scripts/run-freecad-property-linksublistglobal-mutation.mjs",
"check:freecad-property-linksublistglobal-mutation": "node scripts/check-freecad-property-linksublistglobal-mutation.mjs",
"test:freecad-property-linksublistglobal-facade": "tsx --test tests/propertyLinkSubListGlobalFacade.test.ts",
"test:freecad-property-linksublistglobal-transaction": "tsx --test tests/propertyLinkSubListGlobalTransaction.test.ts",
"probe:freecad-property-linksublistglobal-roundtrip": "tsx scripts/run-freecad-property-linksublistglobal-roundtrip.ts",
"check:freecad-property-linksublistglobal-roundtrip": "node scripts/check-freecad-property-linksublistglobal-roundtrip.mjs",
"test:chrome-property-linksublistglobal": "node scripts/run-chrome-property-linksublistglobal.mjs",
"check:chrome-property-linksublistglobal": "node scripts/check-chrome-property-linksublistglobal.mjs",
"probe:freecad-property-linksubhidden-success": "node scripts/run-freecad-property-linksubhidden-success.mjs",
"check:freecad-property-linksubhidden-success": "node scripts/check-freecad-property-linksubhidden-success.mjs",
"probe:freecad-property-linksubhidden-failure": "node scripts/run-freecad-property-linksubhidden-failure.mjs",
"check:freecad-property-linksubhidden-failure": "node scripts/check-freecad-property-linksubhidden-failure.mjs",
"probe:freecad-property-linksubhidden-mutation": "node scripts/run-freecad-property-linksubhidden-mutation.mjs",
"check:freecad-property-linksubhidden-mutation": "node scripts/check-freecad-property-linksubhidden-mutation.mjs",
"test:freecad-property-linksubhidden-facade": "tsx --test tests/propertyLinkSubHiddenFacade.test.ts",
"test:freecad-property-linksubhidden-transaction": "tsx --test tests/propertyLinkSubHiddenTransaction.test.ts",
"probe:freecad-property-linksubhidden-roundtrip": "tsx scripts/run-freecad-property-linksubhidden-roundtrip.ts",
"check:freecad-property-linksubhidden-roundtrip": "node scripts/check-freecad-property-linksubhidden-roundtrip.mjs",
"test:chrome-property-linksubhidden": "node scripts/run-chrome-property-linksubhidden.mjs",
"check:chrome-property-linksubhidden": "node scripts/check-chrome-property-linksubhidden.mjs",
"probe:freecad-property-file-success": "node scripts/run-freecad-property-file-success.mjs",
"check:freecad-property-file-success": "node scripts/check-freecad-property-file-success.mjs",
"probe:freecad-property-file-failure": "node scripts/run-freecad-property-file-failure.mjs",