feat: close ordered pairs and property codec batches
This commit is contained in:
132
package.json
132
package.json
@@ -23,8 +23,136 @@
|
||||
"check:freecad-inventory": "node scripts/check-freecad-source-inventory.mjs",
|
||||
"generate:freecad-type-properties": "node scripts/generate-freecad-type-property-inventory.mjs",
|
||||
"check:freecad-type-properties": "node scripts/check-freecad-type-property-inventory.mjs",
|
||||
"probe:freecad-native-property-semantics": "node scripts/run-freecad-native-property-semantics.mjs",
|
||||
"check:freecad-native-property-semantics": "node scripts/check-freecad-native-property-semantics.mjs && node scripts/check-freecad-property-status-oracle.mjs",
|
||||
"probe:freecad-native-property-semantics": "node scripts/run-freecad-native-property-semantics.mjs",
|
||||
"generate:freecad-property-acceleration-inventory": "node scripts/generate-freecad-property-acceleration-inventory.mjs",
|
||||
"check:freecad-property-acceleration-inventory": "node scripts/check-freecad-property-acceleration-inventory.mjs",
|
||||
"probe:freecad-property-acceleration-success": "node scripts/run-freecad-property-acceleration-success.mjs",
|
||||
"check:freecad-property-acceleration-success": "node scripts/check-freecad-property-acceleration-success.mjs",
|
||||
"probe:freecad-property-acceleration-failure": "node scripts/run-freecad-property-acceleration-failure.mjs",
|
||||
"check:freecad-property-acceleration-failure": "node scripts/check-freecad-property-acceleration-failure.mjs",
|
||||
"probe:freecad-property-acceleration-mutation": "node scripts/run-freecad-property-acceleration-mutation.mjs",
|
||||
"check:freecad-property-acceleration-mutation": "node scripts/check-freecad-property-acceleration-mutation.mjs",
|
||||
"test:freecad-property-acceleration-facade": "tsx --test tests/propertyAccelerationFacade.test.ts",
|
||||
"test:freecad-property-acceleration-transaction": "tsx --test tests/propertyAccelerationTransaction.test.ts",
|
||||
"probe:freecad-property-acceleration-roundtrip": "tsx scripts/run-freecad-property-acceleration-roundtrip.ts",
|
||||
"check:freecad-property-acceleration-roundtrip": "node scripts/check-freecad-property-acceleration-roundtrip.mjs",
|
||||
"test:chrome-property-acceleration": "node scripts/run-chrome-property-acceleration.mjs",
|
||||
"check:chrome-property-acceleration": "node scripts/check-chrome-property-acceleration.mjs",
|
||||
"test:chrome-property-area": "node scripts/run-chrome-property-area.mjs",
|
||||
"check:chrome-property-area": "node scripts/check-chrome-property-area.mjs",
|
||||
"generate:freecad-property-area-promotion": "node scripts/generate-freecad-property-area-promotion.mjs",
|
||||
"check:freecad-property-area-promotion": "node scripts/check-freecad-property-area-promotion.mjs",
|
||||
"generate:freecad-property-boollist-inventory": "node scripts/generate-freecad-property-boollist-inventory.mjs",
|
||||
"check:freecad-property-boollist-inventory": "node scripts/check-freecad-property-boollist-inventory.mjs",
|
||||
"probe:freecad-property-boollist-success": "node scripts/run-freecad-property-boollist-success.mjs",
|
||||
"check:freecad-property-boollist-success": "node scripts/check-freecad-property-boollist-success.mjs",
|
||||
"probe:freecad-property-boollist-failure": "node scripts/run-freecad-property-boollist-failure.mjs",
|
||||
"check:freecad-property-boollist-failure": "node scripts/check-freecad-property-boollist-failure.mjs",
|
||||
"probe:freecad-property-boollist-mutation": "node scripts/run-freecad-property-boollist-mutation.mjs",
|
||||
"check:freecad-property-boollist-mutation": "node scripts/check-freecad-property-boollist-mutation.mjs",
|
||||
"test:freecad-property-boollist-facade": "tsx --test tests/propertyBoolListFacade.test.ts",
|
||||
"test:freecad-property-boollist-transaction": "tsx --test tests/propertyBoolListTransaction.test.ts",
|
||||
"probe:freecad-property-boollist-roundtrip": "tsx scripts/run-freecad-property-boollist-roundtrip.ts",
|
||||
"check:freecad-property-boollist-roundtrip": "node scripts/check-freecad-property-boollist-roundtrip.mjs",
|
||||
"test:chrome-property-boollist": "node scripts/run-chrome-property-boollist.mjs",
|
||||
"check:chrome-property-boollist": "node scripts/check-chrome-property-boollist.mjs",
|
||||
"generate:freecad-property-boollist-promotion": "node scripts/generate-freecad-property-boollist-promotion.mjs",
|
||||
"check:freecad-property-boollist-promotion": "node scripts/check-freecad-property-boollist-promotion.mjs",
|
||||
"generate:freecad-property-color-inventory": "node scripts/generate-freecad-property-color-inventory.mjs",
|
||||
"check:freecad-property-color-inventory": "node scripts/check-freecad-property-color-inventory.mjs",
|
||||
"probe:freecad-property-color-success": "node scripts/run-freecad-property-color-success.mjs",
|
||||
"check:freecad-property-color-success": "node scripts/check-freecad-property-color-success.mjs",
|
||||
"probe:freecad-property-color-failure": "node scripts/run-freecad-property-color-failure.mjs",
|
||||
"check:freecad-property-color-failure": "node scripts/check-freecad-property-color-failure.mjs",
|
||||
"probe:freecad-property-color-mutation": "node scripts/run-freecad-property-color-mutation.mjs",
|
||||
"check:freecad-property-color-mutation": "node scripts/check-freecad-property-color-mutation.mjs",
|
||||
"test:freecad-property-color-facade": "tsx --test tests/propertyColorFacade.test.ts",
|
||||
"test:freecad-property-color-transaction": "tsx --test tests/propertyColorTransaction.test.ts",
|
||||
"probe:freecad-property-color-roundtrip": "tsx scripts/run-freecad-property-color-roundtrip.ts",
|
||||
"check:freecad-property-color-roundtrip": "node scripts/check-freecad-property-color-roundtrip.mjs",
|
||||
"test:chrome-property-color": "node scripts/run-chrome-property-color.mjs",
|
||||
"check:chrome-property-color": "node scripts/check-chrome-property-color.mjs",
|
||||
"generate:freecad-property-color-promotion": "node scripts/generate-freecad-property-color-promotion.mjs",
|
||||
"check:freecad-property-color-promotion": "node scripts/check-freecad-property-color-promotion.mjs",
|
||||
"generate:freecad-property-colorlist-inventory": "node scripts/generate-freecad-property-colorlist-inventory.mjs",
|
||||
"check:freecad-property-colorlist-inventory": "node scripts/check-freecad-property-colorlist-inventory.mjs",
|
||||
"probe:freecad-property-colorlist-success": "node scripts/run-freecad-property-colorlist-success.mjs",
|
||||
"check:freecad-property-colorlist-success": "node scripts/check-freecad-property-colorlist-success.mjs",
|
||||
"probe:freecad-property-colorlist-failure": "node scripts/run-freecad-property-colorlist-failure.mjs",
|
||||
"check:freecad-property-colorlist-failure": "node scripts/check-freecad-property-colorlist-failure.mjs",
|
||||
"probe:freecad-property-colorlist-mutation": "node scripts/run-freecad-property-colorlist-mutation.mjs",
|
||||
"check:freecad-property-colorlist-mutation": "node scripts/check-freecad-property-colorlist-mutation.mjs",
|
||||
"test:freecad-property-colorlist-facade": "tsx --test tests/propertyColorListFacade.test.ts",
|
||||
"test:freecad-property-colorlist-transaction": "tsx --test tests/propertyColorListTransaction.test.ts",
|
||||
"probe:freecad-property-colorlist-roundtrip": "tsx scripts/run-freecad-property-colorlist-roundtrip.ts",
|
||||
"check:freecad-property-colorlist-roundtrip": "node scripts/check-freecad-property-colorlist-roundtrip.mjs",
|
||||
"test:chrome-property-colorlist": "node scripts/run-chrome-property-colorlist.mjs",
|
||||
"check:chrome-property-colorlist": "node scripts/check-chrome-property-colorlist.mjs",
|
||||
"generate:freecad-property-colorlist-promotion": "node scripts/generate-freecad-property-colorlist-promotion.mjs",
|
||||
"check:freecad-property-colorlist-promotion": "node scripts/check-freecad-property-colorlist-promotion.mjs",
|
||||
"generate:freecad-property-direction-inventory": "node scripts/generate-freecad-property-direction-inventory.mjs",
|
||||
"check:freecad-property-direction-inventory": "node scripts/check-freecad-property-direction-inventory.mjs",
|
||||
"probe:freecad-property-direction-success": "node scripts/run-freecad-property-direction-success.mjs",
|
||||
"check:freecad-property-direction-success": "node scripts/check-freecad-property-direction-success.mjs",
|
||||
"probe:freecad-property-direction-failure": "node scripts/run-freecad-property-direction-failure.mjs",
|
||||
"check:freecad-property-direction-failure": "node scripts/check-freecad-property-direction-failure.mjs",
|
||||
"probe:freecad-property-direction-mutation": "node scripts/run-freecad-property-direction-mutation.mjs",
|
||||
"check:freecad-property-direction-mutation": "node scripts/check-freecad-property-direction-mutation.mjs",
|
||||
"test:freecad-property-direction-facade": "tsx --test tests/propertyDirectionFacade.test.ts",
|
||||
"test:freecad-property-direction-transaction": "tsx --test tests/propertyDirectionTransaction.test.ts",
|
||||
"probe:freecad-property-direction-roundtrip": "tsx scripts/run-freecad-property-direction-roundtrip.ts",
|
||||
"check:freecad-property-direction-roundtrip": "node scripts/check-freecad-property-direction-roundtrip.mjs",
|
||||
"test:chrome-property-direction": "node scripts/run-chrome-property-direction.mjs",
|
||||
"check:chrome-property-direction": "node scripts/check-chrome-property-direction.mjs",
|
||||
"generate:freecad-property-direction-promotion": "node scripts/generate-freecad-property-direction-promotion.mjs",
|
||||
"check:freecad-property-direction-promotion": "node scripts/check-freecad-property-direction-promotion.mjs",
|
||||
"generate:freecad-property-file-inventory": "node scripts/generate-freecad-property-file-inventory.mjs",
|
||||
"check:freecad-property-file-inventory": "node scripts/check-freecad-property-file-inventory.mjs",
|
||||
"generate:freecad-property-fileincluded-inventory": "node scripts/generate-freecad-property-fileincluded-inventory.mjs",
|
||||
"check:freecad-property-fileincluded-inventory": "node scripts/check-freecad-property-fileincluded-inventory.mjs",
|
||||
"probe:freecad-property-fileincluded-success": "node scripts/run-freecad-property-fileincluded-success.mjs",
|
||||
"check:freecad-property-fileincluded-success": "node scripts/check-freecad-property-fileincluded-success.mjs",
|
||||
"probe:freecad-property-fileincluded-failure": "node scripts/run-freecad-property-fileincluded-failure.mjs",
|
||||
"check:freecad-property-fileincluded-failure": "node scripts/check-freecad-property-fileincluded-failure.mjs",
|
||||
"probe:freecad-property-fileincluded-mutation": "node scripts/run-freecad-property-fileincluded-mutation.mjs",
|
||||
"check:freecad-property-fileincluded-mutation": "node scripts/check-freecad-property-fileincluded-mutation.mjs",
|
||||
"test:freecad-property-fileincluded-facade": "tsx --test tests/propertyFileIncludedFacade.test.ts",
|
||||
"test:freecad-property-fileincluded-transaction": "tsx --test tests/propertyFileIncludedTransaction.test.ts",
|
||||
"probe:freecad-property-fileincluded-roundtrip": "tsx scripts/run-freecad-property-fileincluded-roundtrip.ts",
|
||||
"check:freecad-property-fileincluded-roundtrip": "node scripts/check-freecad-property-fileincluded-roundtrip.mjs",
|
||||
"test:chrome-property-fileincluded": "node scripts/run-chrome-property-fileincluded.mjs",
|
||||
"check:chrome-property-fileincluded": "node scripts/check-chrome-property-fileincluded.mjs",
|
||||
"generate:freecad-property-fileincluded-promotion": "node scripts/generate-freecad-property-fileincluded-promotion.mjs",
|
||||
"check:freecad-property-fileincluded-promotion": "node scripts/check-freecad-property-fileincluded-promotion.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",
|
||||
"check:freecad-property-file-failure": "node scripts/check-freecad-property-file-failure.mjs",
|
||||
"probe:freecad-property-file-mutation": "node scripts/run-freecad-property-file-mutation.mjs",
|
||||
"check:freecad-property-file-mutation": "node scripts/check-freecad-property-file-mutation.mjs",
|
||||
"test:freecad-property-file-facade": "tsx --test tests/propertyFileFacade.test.ts",
|
||||
"test:freecad-property-file-transaction": "tsx --test tests/propertyFileTransaction.test.ts",
|
||||
"probe:freecad-property-file-roundtrip": "tsx scripts/run-freecad-property-file-roundtrip.ts",
|
||||
"check:freecad-property-file-roundtrip": "node scripts/check-freecad-property-file-roundtrip.mjs",
|
||||
"test:chrome-property-file": "node scripts/run-chrome-property-file.mjs",
|
||||
"check:chrome-property-file": "node scripts/check-chrome-property-file.mjs",
|
||||
"generate:freecad-property-file-promotion": "node scripts/generate-freecad-property-file-promotion.mjs",
|
||||
"check:freecad-property-file-promotion": "node scripts/check-freecad-property-file-promotion.mjs",
|
||||
"generate:freecad-property-acceleration-promotion": "node scripts/generate-freecad-property-acceleration-promotion.mjs",
|
||||
"check:freecad-property-acceleration-promotion": "node scripts/check-freecad-property-acceleration-promotion.mjs",
|
||||
"generate:freecad-property-area-inventory": "node scripts/generate-freecad-property-area-inventory.mjs",
|
||||
"check:freecad-property-area-inventory": "node scripts/check-freecad-property-area-inventory.mjs",
|
||||
"probe:freecad-property-area-success": "node scripts/run-freecad-property-area-success.mjs",
|
||||
"check:freecad-property-area-success": "node scripts/check-freecad-property-area-success.mjs",
|
||||
"probe:freecad-property-area-failure": "node scripts/run-freecad-property-area-failure.mjs",
|
||||
"check:freecad-property-area-failure": "node scripts/check-freecad-property-area-failure.mjs",
|
||||
"probe:freecad-property-area-mutation": "node scripts/run-freecad-property-area-mutation.mjs",
|
||||
"check:freecad-property-area-mutation": "node scripts/check-freecad-property-area-mutation.mjs",
|
||||
"test:freecad-property-area-facade": "tsx --test tests/propertyAreaFacade.test.ts",
|
||||
"test:freecad-property-area-transaction": "tsx --test tests/propertyAreaTransaction.test.ts",
|
||||
"probe:freecad-property-area-roundtrip": "tsx scripts/run-freecad-property-area-roundtrip.ts",
|
||||
"check:freecad-property-area-roundtrip": "node scripts/check-freecad-property-area-roundtrip.mjs",
|
||||
"check:freecad-native-property-semantics": "node scripts/check-freecad-native-property-semantics.mjs && node scripts/check-freecad-property-status-oracle.mjs",
|
||||
"probe:freecad-property-status": "node scripts/run-freecad-property-status-oracle.mjs",
|
||||
"check:freecad-property-status": "node scripts/check-freecad-property-status-oracle.mjs",
|
||||
"generate:freecad-gui-commands": "node scripts/generate-freecad-gui-command-inventory.mjs",
|
||||
|
||||
Reference in New Issue
Block a user