@adobe/data 0.9.17 → 0.9.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/LICENSE +21 -0
- package/dist/README.md +296 -0
- package/{ecs → dist/ecs}/archetype/archetype.d.ts +13 -1
- package/{ecs → dist/ecs}/archetype/archetype.js.map +1 -1
- package/{ecs → dist/ecs}/archetype/create-archetype.js.map +1 -1
- package/{ecs → dist/ecs}/database/create-plugin.d.ts +4 -4
- package/{ecs → dist/ecs}/database/create-plugin.js.map +1 -1
- package/{ecs → dist/ecs}/database/create-plugin.type-test.js +33 -0
- package/dist/ecs/database/create-plugin.type-test.js.map +1 -0
- package/{ecs → dist/ecs}/database/database.d.ts +18 -6
- package/{ecs → dist/ecs}/database/database.js +2 -0
- package/dist/ecs/database/database.js.map +1 -0
- package/{ecs → dist/ecs}/database/index.d.ts +2 -0
- package/{ecs → dist/ecs}/database/index.js +2 -0
- package/dist/ecs/database/index.js.map +1 -0
- package/{ecs → dist/ecs}/database/public/create-database.type-test.js +78 -0
- package/{ecs → dist/ecs}/database/public/create-database.type-test.js.map +1 -1
- package/{ecs → dist/ecs}/database/public/index.d.ts +1 -0
- package/{ecs → dist/ecs}/database/public/index.js +1 -0
- package/{ecs → dist/ecs}/database/public/index.js.map +1 -1
- package/dist/ecs/database/public/observe-select-deep.d.ts +26 -0
- package/dist/ecs/database/public/observe-select-deep.js +110 -0
- package/dist/ecs/database/public/observe-select-deep.js.map +1 -0
- package/dist/ecs/database/public/observe-select-deep.test.js +187 -0
- package/dist/ecs/database/public/observe-select-deep.test.js.map +1 -0
- package/dist/ecs/database/public/observe-select-deep.type-test.js +105 -0
- package/dist/ecs/database/public/observe-select-deep.type-test.js.map +1 -0
- package/{ecs → dist/ecs}/index.d.ts +1 -1
- package/{ecs → dist/ecs}/index.js +1 -1
- package/{ecs → dist/ecs}/index.js.map +1 -1
- package/dist/ecs/plugins/scheduler/scheduler.d.ts +10 -0
- package/dist/ecs/plugins/scheduler/scheduler.js.map +1 -0
- package/{ecs → dist/ecs}/store/index.d.ts +1 -0
- package/{ecs → dist/ecs}/store/index.js +1 -0
- package/{ecs → dist/ecs}/store/index.js.map +1 -1
- package/{math → dist/math}/aabb/face/functions.d.ts +1 -1
- package/{math → dist/math}/aabb/face/functions.js +23 -9
- package/dist/math/aabb/face/functions.js.map +1 -0
- package/{math → dist/math}/vec2/functions.d.ts +2 -0
- package/{math → dist/math}/vec2/functions.js +3 -0
- package/dist/math/vec2/functions.js.map +1 -0
- package/dist/package.json +183 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/typed-buffer/typed-buffer-equals.test.d.ts +1 -0
- package/dist/typed-buffer/typed-buffer.test.d.ts +1 -0
- package/package.json +50 -47
- package/ecs/database/create-plugin.type-test.js.map +0 -1
- package/ecs/database/database.js.map +0 -1
- package/ecs/database/index.js.map +0 -1
- package/ecs/plugins/scheduler/scheduler.d.ts +0 -10
- package/ecs/plugins/scheduler/scheduler.js.map +0 -1
- package/math/aabb/face/functions.js.map +0 -1
- package/math/vec2/functions.js.map +0 -1
- package/tsconfig.tsbuildinfo +0 -1
- /package/{assembly → dist/assembly}/index.d.ts +0 -0
- /package/{assembly → dist/assembly}/index.js +0 -0
- /package/{assembly → dist/assembly}/index.wasm +0 -0
- /package/{assembly → dist/assembly}/index.wasm.map +0 -0
- /package/{assembly-test → dist/assembly-test}/assembly.test.d.ts +0 -0
- /package/{assembly-test → dist/assembly-test}/assembly.test.js +0 -0
- /package/{assembly-test → dist/assembly-test}/assembly.test.js.map +0 -0
- /package/{blob → dist/blob}/blob-handle.d.ts +0 -0
- /package/{blob → dist/blob}/blob-handle.js +0 -0
- /package/{blob → dist/blob}/blob-handle.js.map +0 -0
- /package/{blob → dist/blob}/blob-meta.d.ts +0 -0
- /package/{blob → dist/blob}/blob-meta.js +0 -0
- /package/{blob → dist/blob}/blob-meta.js.map +0 -0
- /package/{blob → dist/blob}/index.d.ts +0 -0
- /package/{blob → dist/blob}/index.js +0 -0
- /package/{blob → dist/blob}/index.js.map +0 -0
- /package/{cache → dist/cache}/async-cache.d.ts +0 -0
- /package/{cache → dist/cache}/async-cache.js +0 -0
- /package/{cache → dist/cache}/async-cache.js.map +0 -0
- /package/{cache → dist/cache}/blob-store.d.ts +0 -0
- /package/{cache → dist/cache}/blob-store.js +0 -0
- /package/{cache → dist/cache}/blob-store.js.map +0 -0
- /package/{cache → dist/cache}/blob-store.test.d.ts +0 -0
- /package/{cache → dist/cache}/blob-store.test.js +0 -0
- /package/{cache → dist/cache}/blob-store.test.js.map +0 -0
- /package/{cache → dist/cache}/data-cache.d.ts +0 -0
- /package/{cache → dist/cache}/data-cache.js +0 -0
- /package/{cache → dist/cache}/data-cache.js.map +0 -0
- /package/{cache → dist/cache}/data-cache.test.d.ts +0 -0
- /package/{cache → dist/cache}/data-cache.test.js +0 -0
- /package/{cache → dist/cache}/data-cache.test.js.map +0 -0
- /package/{cache → dist/cache}/expiring-data-cache.d.ts +0 -0
- /package/{cache → dist/cache}/expiring-data-cache.js +0 -0
- /package/{cache → dist/cache}/expiring-data-cache.js.map +0 -0
- /package/{cache → dist/cache}/expiring-data-cache.test.d.ts +0 -0
- /package/{cache → dist/cache}/expiring-data-cache.test.js +0 -0
- /package/{cache → dist/cache}/expiring-data-cache.test.js.map +0 -0
- /package/{cache → dist/cache}/fallback-async-cache.d.ts +0 -0
- /package/{cache → dist/cache}/fallback-async-cache.js +0 -0
- /package/{cache → dist/cache}/fallback-async-cache.js.map +0 -0
- /package/{cache → dist/cache}/functions/async-data-function.d.ts +0 -0
- /package/{cache → dist/cache}/functions/async-data-function.js +0 -0
- /package/{cache → dist/cache}/functions/async-data-function.js.map +0 -0
- /package/{cache → dist/cache}/functions/functions.test.d.ts +0 -0
- /package/{cache → dist/cache}/functions/functions.test.js +0 -0
- /package/{cache → dist/cache}/functions/functions.test.js.map +0 -0
- /package/{cache → dist/cache}/functions/get-cached.d.ts +0 -0
- /package/{cache → dist/cache}/functions/get-cached.js +0 -0
- /package/{cache → dist/cache}/functions/get-cached.js.map +0 -0
- /package/{cache → dist/cache}/functions/get-cached.test.d.ts +0 -0
- /package/{cache → dist/cache}/functions/get-cached.test.js +0 -0
- /package/{cache → dist/cache}/functions/get-cached.test.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/array-buffer-to-hex.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/array-buffer-to-hex.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/array-buffer-to-hex.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/blob-to-hash.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/blob-to-hash.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/blob-to-hash.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/buffer-to-hash.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/buffer-to-hash.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/buffer-to-hash.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/hashing.test.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/hashing.test.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/hashing.test.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/index.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/index.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/index.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/json-to-hash.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/json-to-hash.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/json-to-hash.js.map +0 -0
- /package/{cache → dist/cache}/functions/hashing/string-to-hash.d.ts +0 -0
- /package/{cache → dist/cache}/functions/hashing/string-to-hash.js +0 -0
- /package/{cache → dist/cache}/functions/hashing/string-to-hash.js.map +0 -0
- /package/{cache → dist/cache}/functions/index.d.ts +0 -0
- /package/{cache → dist/cache}/functions/index.js +0 -0
- /package/{cache → dist/cache}/functions/index.js.map +0 -0
- /package/{cache → dist/cache}/functions/memoize.d.ts +0 -0
- /package/{cache → dist/cache}/functions/memoize.js +0 -0
- /package/{cache → dist/cache}/functions/memoize.js.map +0 -0
- /package/{cache → dist/cache}/functions/prevent-parallel-execution.d.ts +0 -0
- /package/{cache → dist/cache}/functions/prevent-parallel-execution.js +0 -0
- /package/{cache → dist/cache}/functions/prevent-parallel-execution.js.map +0 -0
- /package/{cache → dist/cache}/get-persistent-cache.d.ts +0 -0
- /package/{cache → dist/cache}/get-persistent-cache.js +0 -0
- /package/{cache → dist/cache}/get-persistent-cache.js.map +0 -0
- /package/{cache → dist/cache}/index.d.ts +0 -0
- /package/{cache → dist/cache}/index.js +0 -0
- /package/{cache → dist/cache}/index.js.map +0 -0
- /package/{cache → dist/cache}/managed-array.d.ts +0 -0
- /package/{cache → dist/cache}/managed-array.js +0 -0
- /package/{cache → dist/cache}/managed-array.js.map +0 -0
- /package/{cache → dist/cache}/managed-async-cache.browser.test.d.ts +0 -0
- /package/{cache → dist/cache}/managed-async-cache.browser.test.js +0 -0
- /package/{cache → dist/cache}/managed-async-cache.browser.test.js.map +0 -0
- /package/{cache → dist/cache}/managed-async-cache.d.ts +0 -0
- /package/{cache → dist/cache}/managed-async-cache.js +0 -0
- /package/{cache → dist/cache}/managed-async-cache.js.map +0 -0
- /package/{cache → dist/cache}/memory-allocator.d.ts +0 -0
- /package/{cache → dist/cache}/memory-allocator.js +0 -0
- /package/{cache → dist/cache}/memory-allocator.js.map +0 -0
- /package/{cache → dist/cache}/memory-async-cache.d.ts +0 -0
- /package/{cache → dist/cache}/memory-async-cache.js +0 -0
- /package/{cache → dist/cache}/memory-async-cache.js.map +0 -0
- /package/{data.d.ts → dist/data.d.ts} +0 -0
- /package/{data.js → dist/data.js} +0 -0
- /package/{data.js.map → dist/data.js.map} +0 -0
- /package/{ecs → dist/ecs}/archetype/archetype.js +0 -0
- /package/{ecs → dist/ecs}/archetype/create-archetype.d.ts +0 -0
- /package/{ecs → dist/ecs}/archetype/create-archetype.js +0 -0
- /package/{ecs → dist/ecs}/archetype/create-archetype.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/archetype/create-archetype.test.js +0 -0
- /package/{ecs → dist/ecs}/archetype/create-archetype.test.js.map +0 -0
- /package/{ecs → dist/ecs}/archetype/delete-row.d.ts +0 -0
- /package/{ecs → dist/ecs}/archetype/delete-row.js +0 -0
- /package/{ecs → dist/ecs}/archetype/delete-row.js.map +0 -0
- /package/{ecs → dist/ecs}/archetype/delete-row.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/archetype/delete-row.test.js +0 -0
- /package/{ecs → dist/ecs}/archetype/delete-row.test.js.map +0 -0
- /package/{ecs → dist/ecs}/archetype/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/archetype/index.js +0 -0
- /package/{ecs → dist/ecs}/archetype/index.js.map +0 -0
- /package/{ecs → dist/ecs}/component-schemas.d.ts +0 -0
- /package/{ecs → dist/ecs}/component-schemas.js +0 -0
- /package/{ecs → dist/ecs}/component-schemas.js.map +0 -0
- /package/{ecs → dist/ecs}/core-components.d.ts +0 -0
- /package/{ecs → dist/ecs}/core-components.js +0 -0
- /package/{ecs → dist/ecs}/core-components.js.map +0 -0
- /package/{ecs → dist/ecs}/database/calculate-system-order.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/calculate-system-order.js +0 -0
- /package/{ecs → dist/ecs}/database/calculate-system-order.js.map +0 -0
- /package/{ecs → dist/ecs}/database/calculate-system-order.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/calculate-system-order.test.js +0 -0
- /package/{ecs → dist/ecs}/database/calculate-system-order.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/combine-plugins.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/combine-plugins.js +0 -0
- /package/{ecs → dist/ecs}/database/combine-plugins.js.map +0 -0
- /package/{ecs → dist/ecs}/database/create-plugin.js +0 -0
- /package/{ecs → dist/ecs}/database/create-plugin.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/create-plugin.test.js +0 -0
- /package/{ecs → dist/ecs}/database/create-plugin.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/create-plugin.type-test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/create-database-schema-test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/create-database-schema-test.js +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/create-database-schema-test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/create-database-schema.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/create-database-schema.js +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/create-database-schema.js.map +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/database-schema.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/database-schema.js +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/database-schema.js.map +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/index.js +0 -0
- /package/{ecs → dist/ecs}/database/database-schema/index.js.map +0 -0
- /package/{ecs → dist/ecs}/database/database.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/database.test.js +0 -0
- /package/{ecs → dist/ecs}/database/database.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observe-dependent-value.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observe-dependent-value.js +0 -0
- /package/{ecs → dist/ecs}/database/observe-dependent-value.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observe-dependent-value.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observe-dependent-value.test.js +0 -0
- /package/{ecs → dist/ecs}/database/observe-dependent-value.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.js +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.performance.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.performance.test.js +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.performance.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.test.js +0 -0
- /package/{ecs → dist/ecs}/database/observe-select-entities.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observed/create-observed-database.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observed/create-observed-database.js +0 -0
- /package/{ecs → dist/ecs}/database/observed/create-observed-database.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observed/create-observed-database.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observed/create-observed-database.test.js +0 -0
- /package/{ecs → dist/ecs}/database/observed/create-observed-database.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/observed/observed-database.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/observed/observed-database.js +0 -0
- /package/{ecs → dist/ecs}/database/observed/observed-database.js.map +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database-from-schema.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database-from-schema.test.js +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database-from-schema.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database-scheduler.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database-scheduler.test.js +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database-scheduler.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.js +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.js.map +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.test.js +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/public/create-database.type-test.d.ts +0 -0
- /package/{ecs/database/reconciling/create-reconciling-database.test.d.ts → dist/ecs/database/public/observe-select-deep.test.d.ts} +0 -0
- /package/{ecs/database/transactional-store/coalesce-actions.test.d.ts → dist/ecs/database/public/observe-select-deep.type-test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/create-reconciling-database.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/create-reconciling-database.js +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/create-reconciling-database.js.map +0 -0
- /package/{ecs/database/transactional-store/create-transactional-store.test.d.ts → dist/ecs/database/reconciling/create-reconciling-database.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/create-reconciling-database.test.js +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/create-reconciling-database.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/reconciling-database.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/reconciling-database.js +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/reconciling-database.js.map +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/reconciling-entry.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/reconciling-entry.js +0 -0
- /package/{ecs → dist/ecs}/database/reconciling/reconciling-entry.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/apply-operations.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/apply-operations.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/apply-operations.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/coalesce-actions.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/coalesce-actions.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/coalesce-actions.js.map +0 -0
- /package/{ecs/database/type-inference-example.d.ts → dist/ecs/database/transactional-store/coalesce-actions.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/coalesce-actions.test.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/coalesce-actions.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/create-transactional-store.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/create-transactional-store.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/create-transactional-store.js.map +0 -0
- /package/{ecs/entity-location-table/create-entity-location-table.test.d.ts → dist/ecs/database/transactional-store/create-transactional-store.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/create-transactional-store.test.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/create-transactional-store.test.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/index.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/index.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/patch-entity-values.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/patch-entity-values.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/patch-entity-values.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/transaction-options.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/transaction-options.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/transaction-options.js.map +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/transactional-store.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/transactional-store.js +0 -0
- /package/{ecs → dist/ecs}/database/transactional-store/transactional-store.js.map +0 -0
- /package/{ecs/store/core/select-entities.test.d.ts → dist/ecs/database/type-inference-example.d.ts} +0 -0
- /package/{ecs → dist/ecs}/database/type-inference-example.js +0 -0
- /package/{ecs → dist/ecs}/database/type-inference-example.js.map +0 -0
- /package/{ecs → dist/ecs}/database/undoable.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/undoable.js +0 -0
- /package/{ecs → dist/ecs}/database/undoable.js.map +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/create-entity-location-table.d.ts +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/create-entity-location-table.js +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/create-entity-location-table.js.map +0 -0
- /package/{ecs/store/create-store-schema-test.d.ts → dist/ecs/entity-location-table/create-entity-location-table.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/create-entity-location-table.test.js +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/create-entity-location-table.test.js.map +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/entity-location-table.d.ts +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/entity-location-table.js +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/entity-location-table.js.map +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/entity-location.d.ts +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/entity-location.js +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/entity-location.js.map +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/index.js +0 -0
- /package/{ecs → dist/ecs}/entity-location-table/index.js.map +0 -0
- /package/{ecs → dist/ecs}/entity.d.ts +0 -0
- /package/{ecs → dist/ecs}/entity.js +0 -0
- /package/{ecs → dist/ecs}/entity.js.map +0 -0
- /package/{ecs → dist/ecs}/optional-components.d.ts +0 -0
- /package/{ecs → dist/ecs}/optional-components.js +0 -0
- /package/{ecs → dist/ecs}/optional-components.js.map +0 -0
- /package/{ecs → dist/ecs}/persistence-service/create-storage-persistence-service.d.ts +0 -0
- /package/{ecs → dist/ecs}/persistence-service/create-storage-persistence-service.js +0 -0
- /package/{ecs → dist/ecs}/persistence-service/create-storage-persistence-service.js.map +0 -0
- /package/{ecs → dist/ecs}/persistence-service/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/persistence-service/index.js +0 -0
- /package/{ecs → dist/ecs}/persistence-service/index.js.map +0 -0
- /package/{ecs → dist/ecs}/persistence-service/persistence-service.d.ts +0 -0
- /package/{ecs → dist/ecs}/persistence-service/persistence-service.js +0 -0
- /package/{ecs → dist/ecs}/persistence-service/persistence-service.js.map +0 -0
- /package/{ecs → dist/ecs}/plugins/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/plugins/index.js +0 -0
- /package/{ecs → dist/ecs}/plugins/index.js.map +0 -0
- /package/{ecs → dist/ecs}/plugins/scheduler/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/plugins/scheduler/index.js +0 -0
- /package/{ecs → dist/ecs}/plugins/scheduler/index.js.map +0 -0
- /package/{ecs → dist/ecs}/plugins/scheduler/scheduler.js +0 -0
- /package/{ecs → dist/ecs}/required-components.d.ts +0 -0
- /package/{ecs → dist/ecs}/required-components.js +0 -0
- /package/{ecs → dist/ecs}/required-components.js.map +0 -0
- /package/{ecs → dist/ecs}/resource-schemas.d.ts +0 -0
- /package/{ecs → dist/ecs}/resource-schemas.js +0 -0
- /package/{ecs → dist/ecs}/resource-schemas.js.map +0 -0
- /package/{ecs → dist/ecs}/store/action-functions.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/action-functions.js +0 -0
- /package/{ecs → dist/ecs}/store/action-functions.js.map +0 -0
- /package/{ecs → dist/ecs}/store/archetype-components.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/archetype-components.js +0 -0
- /package/{ecs → dist/ecs}/store/archetype-components.js.map +0 -0
- /package/{ecs → dist/ecs}/store/components.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/components.js +0 -0
- /package/{ecs → dist/ecs}/store/components.js.map +0 -0
- /package/{ecs → dist/ecs}/store/core/core.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/core/core.js +0 -0
- /package/{ecs → dist/ecs}/store/core/core.js.map +0 -0
- /package/{ecs → dist/ecs}/store/core/create-core.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/core/create-core.js +0 -0
- /package/{ecs → dist/ecs}/store/core/create-core.js.map +0 -0
- /package/{ecs → dist/ecs}/store/core/create-core.test.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/core/create-core.test.js +0 -0
- /package/{ecs → dist/ecs}/store/core/create-core.test.js.map +0 -0
- /package/{ecs → dist/ecs}/store/core/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/core/index.js +0 -0
- /package/{ecs → dist/ecs}/store/core/index.js.map +0 -0
- /package/{ecs → dist/ecs}/store/core/select-entities.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/core/select-entities.js +0 -0
- /package/{ecs → dist/ecs}/store/core/select-entities.js.map +0 -0
- /package/{ecs/store/public/create-store.test.d.ts → dist/ecs/store/core/select-entities.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/store/core/select-entities.test.js +0 -0
- /package/{ecs → dist/ecs}/store/core/select-entities.test.js.map +0 -0
- /package/{ecs/store/store.test.d.ts → dist/ecs/store/create-store-schema-test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/store/create-store-schema-test.js +0 -0
- /package/{ecs → dist/ecs}/store/create-store-schema-test.js.map +0 -0
- /package/{ecs → dist/ecs}/store/entity-select-options.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/entity-select-options.js +0 -0
- /package/{ecs → dist/ecs}/store/entity-select-options.js.map +0 -0
- /package/{ecs → dist/ecs}/store/public/create-store.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/public/create-store.js +0 -0
- /package/{ecs → dist/ecs}/store/public/create-store.js.map +0 -0
- /package/{ecs/undo-redo-service/create-undo-redo-service.test.d.ts → dist/ecs/store/public/create-store.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/store/public/create-store.test.js +0 -0
- /package/{ecs → dist/ecs}/store/public/create-store.test.js.map +0 -0
- /package/{ecs → dist/ecs}/store/resource-components.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/resource-components.js +0 -0
- /package/{ecs → dist/ecs}/store/resource-components.js.map +0 -0
- /package/{ecs → dist/ecs}/store/store.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/store.js +0 -0
- /package/{ecs → dist/ecs}/store/store.js.map +0 -0
- /package/{equals-shallow.test.d.ts → dist/ecs/store/store.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/store/store.test.js +0 -0
- /package/{ecs → dist/ecs}/store/store.test.js.map +0 -0
- /package/{ecs → dist/ecs}/store/transaction-functions.d.ts +0 -0
- /package/{ecs → dist/ecs}/store/transaction-functions.js +0 -0
- /package/{ecs → dist/ecs}/store/transaction-functions.js.map +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/create-undo-redo-service.d.ts +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/create-undo-redo-service.js +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/create-undo-redo-service.js.map +0 -0
- /package/{equals.test.d.ts → dist/ecs/undo-redo-service/create-undo-redo-service.test.d.ts} +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/create-undo-redo-service.test.js +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/create-undo-redo-service.test.js.map +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/index.js +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/index.js.map +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/undo-redo-service.d.ts +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/undo-redo-service.js +0 -0
- /package/{ecs → dist/ecs}/undo-redo-service/undo-redo-service.js.map +0 -0
- /package/{equals-shallow.d.ts → dist/equals-shallow.d.ts} +0 -0
- /package/{equals-shallow.js → dist/equals-shallow.js} +0 -0
- /package/{equals-shallow.js.map → dist/equals-shallow.js.map} +0 -0
- /package/{functions/merge-patch.test.d.ts → dist/equals-shallow.test.d.ts} +0 -0
- /package/{equals-shallow.test.js → dist/equals-shallow.test.js} +0 -0
- /package/{equals-shallow.test.js.map → dist/equals-shallow.test.js.map} +0 -0
- /package/{equals.d.ts → dist/equals.d.ts} +0 -0
- /package/{equals.js → dist/equals.js} +0 -0
- /package/{equals.js.map → dist/equals.js.map} +0 -0
- /package/{functions/serialization/serialization.test.d.ts → dist/equals.test.d.ts} +0 -0
- /package/{equals.test.js → dist/equals.test.js} +0 -0
- /package/{equals.test.js.map → dist/equals.test.js.map} +0 -0
- /package/{functions → dist/functions}/apply-args.d.ts +0 -0
- /package/{functions → dist/functions}/apply-args.js +0 -0
- /package/{functions → dist/functions}/apply-args.js.map +0 -0
- /package/{functions → dist/functions}/blit.d.ts +0 -0
- /package/{functions → dist/functions}/blit.js +0 -0
- /package/{functions → dist/functions}/blit.js.map +0 -0
- /package/{functions → dist/functions}/copy-view-bytes.d.ts +0 -0
- /package/{functions → dist/functions}/copy-view-bytes.js +0 -0
- /package/{functions → dist/functions}/copy-view-bytes.js.map +0 -0
- /package/{functions → dist/functions}/index.d.ts +0 -0
- /package/{functions → dist/functions}/index.js +0 -0
- /package/{functions → dist/functions}/index.js.map +0 -0
- /package/{functions → dist/functions}/merge-patch.d.ts +0 -0
- /package/{functions → dist/functions}/merge-patch.js +0 -0
- /package/{functions → dist/functions}/merge-patch.js.map +0 -0
- /package/{functions/serialization/serialize-to-blobs.test.d.ts → dist/functions/merge-patch.test.d.ts} +0 -0
- /package/{functions → dist/functions}/merge-patch.test.js +0 -0
- /package/{functions → dist/functions}/merge-patch.test.js.map +0 -0
- /package/{functions → dist/functions}/serialization/codec.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/codec.js +0 -0
- /package/{functions → dist/functions}/serialization/codec.js.map +0 -0
- /package/{functions → dist/functions}/serialization/index.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/index.js +0 -0
- /package/{functions → dist/functions}/serialization/index.js.map +0 -0
- /package/{functions → dist/functions}/serialization/register-blob-codecs.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/register-blob-codecs.js +0 -0
- /package/{functions → dist/functions}/serialization/register-blob-codecs.js.map +0 -0
- /package/{functions → dist/functions}/serialization/register-typed-array-codecs.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/register-typed-array-codecs.js +0 -0
- /package/{functions → dist/functions}/serialization/register-typed-array-codecs.js.map +0 -0
- /package/{functions/serialization/serialize-to-json.test.d.ts → dist/functions/serialization/serialization.test.d.ts} +0 -0
- /package/{functions → dist/functions}/serialization/serialization.test.js +0 -0
- /package/{functions → dist/functions}/serialization/serialization.test.js.map +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-blobs.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-blobs.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-blobs.js.map +0 -0
- /package/{functions/serialization/serialize-to-storage.test.d.ts → dist/functions/serialization/serialize-to-blobs.test.d.ts} +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-blobs.test.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-blobs.test.js.map +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-json.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-json.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-json.js.map +0 -0
- /package/{internal/array/topological-sort.test.d.ts → dist/functions/serialization/serialize-to-json.test.d.ts} +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-json.test.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-json.test.js.map +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-storage.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-storage.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-storage.js.map +0 -0
- /package/{internal/function/debounce.test.d.ts → dist/functions/serialization/serialize-to-storage.test.d.ts} +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-storage.test.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize-to-storage.test.js.map +0 -0
- /package/{functions → dist/functions}/serialization/serialize.d.ts +0 -0
- /package/{functions → dist/functions}/serialization/serialize.js +0 -0
- /package/{functions → dist/functions}/serialization/serialize.js.map +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{index.js.map → dist/index.js.map} +0 -0
- /package/{internal → dist/internal}/array/index.d.ts +0 -0
- /package/{internal → dist/internal}/array/index.js +0 -0
- /package/{internal → dist/internal}/array/index.js.map +0 -0
- /package/{internal → dist/internal}/array/topological-sort.d.ts +0 -0
- /package/{internal → dist/internal}/array/topological-sort.js +0 -0
- /package/{internal → dist/internal}/array/topological-sort.js.map +0 -0
- /package/{math/aabb/face/aabb-face.test.d.ts → dist/internal/array/topological-sort.test.d.ts} +0 -0
- /package/{internal → dist/internal}/array/topological-sort.test.js +0 -0
- /package/{internal → dist/internal}/array/topological-sort.test.js.map +0 -0
- /package/{internal → dist/internal}/array-buffer-like/copy.d.ts +0 -0
- /package/{internal → dist/internal}/array-buffer-like/copy.js +0 -0
- /package/{internal → dist/internal}/array-buffer-like/copy.js.map +0 -0
- /package/{internal → dist/internal}/array-buffer-like/index.d.ts +0 -0
- /package/{internal → dist/internal}/array-buffer-like/index.js +0 -0
- /package/{internal → dist/internal}/array-buffer-like/index.js.map +0 -0
- /package/{internal → dist/internal}/array-buffer-like/is-array-buffer.d.ts +0 -0
- /package/{internal → dist/internal}/array-buffer-like/is-array-buffer.js +0 -0
- /package/{internal → dist/internal}/array-buffer-like/is-array-buffer.js.map +0 -0
- /package/{internal → dist/internal}/array-buffer-like/is-shared-array-buffer.d.ts +0 -0
- /package/{internal → dist/internal}/array-buffer-like/is-shared-array-buffer.js +0 -0
- /package/{internal → dist/internal}/array-buffer-like/is-shared-array-buffer.js.map +0 -0
- /package/{internal → dist/internal}/array-buffer-like/resize.d.ts +0 -0
- /package/{internal → dist/internal}/array-buffer-like/resize.js +0 -0
- /package/{internal → dist/internal}/array-buffer-like/resize.js.map +0 -0
- /package/{internal → dist/internal}/async-generator/is-async-generator.d.ts +0 -0
- /package/{internal → dist/internal}/async-generator/is-async-generator.js +0 -0
- /package/{internal → dist/internal}/async-generator/is-async-generator.js.map +0 -0
- /package/{internal → dist/internal}/data-view-32/create-data-view-32.d.ts +0 -0
- /package/{internal → dist/internal}/data-view-32/create-data-view-32.js +0 -0
- /package/{internal → dist/internal}/data-view-32/create-data-view-32.js.map +0 -0
- /package/{internal → dist/internal}/data-view-32/data-view-32.d.ts +0 -0
- /package/{internal → dist/internal}/data-view-32/data-view-32.js +0 -0
- /package/{internal → dist/internal}/data-view-32/data-view-32.js.map +0 -0
- /package/{internal → dist/internal}/data-view-32/index.d.ts +0 -0
- /package/{internal → dist/internal}/data-view-32/index.js +0 -0
- /package/{internal → dist/internal}/data-view-32/index.js.map +0 -0
- /package/{internal → dist/internal}/function/debounce.d.ts +0 -0
- /package/{internal → dist/internal}/function/debounce.js +0 -0
- /package/{internal → dist/internal}/function/debounce.js.map +0 -0
- /package/{math/aabb/line-intersection.test.d.ts → dist/internal/function/debounce.test.d.ts} +0 -0
- /package/{internal → dist/internal}/function/debounce.test.js +0 -0
- /package/{internal → dist/internal}/function/debounce.test.js.map +0 -0
- /package/{internal → dist/internal}/function/memoize-factory.d.ts +0 -0
- /package/{internal → dist/internal}/function/memoize-factory.js +0 -0
- /package/{internal → dist/internal}/function/memoize-factory.js.map +0 -0
- /package/{internal → dist/internal}/object/index.d.ts +0 -0
- /package/{internal → dist/internal}/object/index.js +0 -0
- /package/{internal → dist/internal}/object/index.js.map +0 -0
- /package/{internal → dist/internal}/object/map-entries.d.ts +0 -0
- /package/{internal → dist/internal}/object/map-entries.js +0 -0
- /package/{internal → dist/internal}/object/map-entries.js.map +0 -0
- /package/{internal → dist/internal}/promise/is-promise.d.ts +0 -0
- /package/{internal → dist/internal}/promise/is-promise.js +0 -0
- /package/{internal → dist/internal}/promise/is-promise.js.map +0 -0
- /package/{internal → dist/internal}/shared-array-buffer/create-shared-array-buffer.d.ts +0 -0
- /package/{internal → dist/internal}/shared-array-buffer/create-shared-array-buffer.js +0 -0
- /package/{internal → dist/internal}/shared-array-buffer/create-shared-array-buffer.js.map +0 -0
- /package/{internal → dist/internal}/typed-array/get-byte-size.d.ts +0 -0
- /package/{internal → dist/internal}/typed-array/get-byte-size.js +0 -0
- /package/{internal → dist/internal}/typed-array/get-byte-size.js.map +0 -0
- /package/{internal → dist/internal}/typed-array/index.d.ts +0 -0
- /package/{internal → dist/internal}/typed-array/index.js +0 -0
- /package/{internal → dist/internal}/typed-array/index.js.map +0 -0
- /package/{is-data.d.ts → dist/is-data.d.ts} +0 -0
- /package/{is-data.js → dist/is-data.js} +0 -0
- /package/{is-data.js.map → dist/is-data.js.map} +0 -0
- /package/{math → dist/math}/aabb/center.d.ts +0 -0
- /package/{math → dist/math}/aabb/center.js +0 -0
- /package/{math → dist/math}/aabb/center.js.map +0 -0
- /package/{math/line2/intersects.test.d.ts → dist/math/aabb/face/aabb-face.test.d.ts} +0 -0
- /package/{math → dist/math}/aabb/face/aabb-face.test.js +0 -0
- /package/{math → dist/math}/aabb/face/aabb-face.test.js.map +0 -0
- /package/{math → dist/math}/aabb/face/index.d.ts +0 -0
- /package/{math → dist/math}/aabb/face/index.js +0 -0
- /package/{math → dist/math}/aabb/face/index.js.map +0 -0
- /package/{math → dist/math}/aabb/face/public.d.ts +0 -0
- /package/{math → dist/math}/aabb/face/public.js +0 -0
- /package/{math → dist/math}/aabb/face/public.js.map +0 -0
- /package/{math → dist/math}/aabb/face/schema.d.ts +0 -0
- /package/{math → dist/math}/aabb/face/schema.js +0 -0
- /package/{math → dist/math}/aabb/face/schema.js.map +0 -0
- /package/{math → dist/math}/aabb/index.d.ts +0 -0
- /package/{math → dist/math}/aabb/index.js +0 -0
- /package/{math → dist/math}/aabb/index.js.map +0 -0
- /package/{math → dist/math}/aabb/layout.d.ts +0 -0
- /package/{math → dist/math}/aabb/layout.js +0 -0
- /package/{math → dist/math}/aabb/layout.js.map +0 -0
- /package/{math → dist/math}/aabb/line-intersection.d.ts +0 -0
- /package/{math → dist/math}/aabb/line-intersection.js +0 -0
- /package/{math → dist/math}/aabb/line-intersection.js.map +0 -0
- /package/{math/line3/closest-point-on-line.test.d.ts → dist/math/aabb/line-intersection.test.d.ts} +0 -0
- /package/{math → dist/math}/aabb/line-intersection.test.js +0 -0
- /package/{math → dist/math}/aabb/line-intersection.test.js.map +0 -0
- /package/{math → dist/math}/aabb/public.d.ts +0 -0
- /package/{math → dist/math}/aabb/public.js +0 -0
- /package/{math → dist/math}/aabb/public.js.map +0 -0
- /package/{math → dist/math}/aabb/schema.d.ts +0 -0
- /package/{math → dist/math}/aabb/schema.js +0 -0
- /package/{math → dist/math}/aabb/schema.js.map +0 -0
- /package/{math → dist/math}/aabb/unit.d.ts +0 -0
- /package/{math → dist/math}/aabb/unit.js +0 -0
- /package/{math → dist/math}/aabb/unit.js.map +0 -0
- /package/{math → dist/math}/constants.d.ts +0 -0
- /package/{math → dist/math}/constants.js +0 -0
- /package/{math → dist/math}/constants.js.map +0 -0
- /package/{math → dist/math}/f32/index.d.ts +0 -0
- /package/{math → dist/math}/f32/index.js +0 -0
- /package/{math → dist/math}/f32/index.js.map +0 -0
- /package/{math → dist/math}/f32/public.d.ts +0 -0
- /package/{math → dist/math}/f32/public.js +0 -0
- /package/{math → dist/math}/f32/public.js.map +0 -0
- /package/{math → dist/math}/f32/schema.d.ts +0 -0
- /package/{math → dist/math}/f32/schema.js +0 -0
- /package/{math → dist/math}/f32/schema.js.map +0 -0
- /package/{math → dist/math}/f64/index.d.ts +0 -0
- /package/{math → dist/math}/f64/index.js +0 -0
- /package/{math → dist/math}/f64/index.js.map +0 -0
- /package/{math → dist/math}/f64/public.d.ts +0 -0
- /package/{math → dist/math}/f64/public.js +0 -0
- /package/{math → dist/math}/f64/public.js.map +0 -0
- /package/{math → dist/math}/f64/schema.d.ts +0 -0
- /package/{math → dist/math}/f64/schema.js +0 -0
- /package/{math → dist/math}/f64/schema.js.map +0 -0
- /package/{math → dist/math}/i32/index.d.ts +0 -0
- /package/{math → dist/math}/i32/index.js +0 -0
- /package/{math → dist/math}/i32/index.js.map +0 -0
- /package/{math → dist/math}/i32/public.d.ts +0 -0
- /package/{math → dist/math}/i32/public.js +0 -0
- /package/{math → dist/math}/i32/public.js.map +0 -0
- /package/{math → dist/math}/i32/schema.d.ts +0 -0
- /package/{math → dist/math}/i32/schema.js +0 -0
- /package/{math → dist/math}/i32/schema.js.map +0 -0
- /package/{math → dist/math}/index.d.ts +0 -0
- /package/{math → dist/math}/index.js +0 -0
- /package/{math → dist/math}/index.js.map +0 -0
- /package/{math → dist/math}/line2/functions.d.ts +0 -0
- /package/{math → dist/math}/line2/functions.js +0 -0
- /package/{math → dist/math}/line2/functions.js.map +0 -0
- /package/{math → dist/math}/line2/index.d.ts +0 -0
- /package/{math → dist/math}/line2/index.js +0 -0
- /package/{math → dist/math}/line2/index.js.map +0 -0
- /package/{math/line3/interpolate.test.d.ts → dist/math/line2/intersects.test.d.ts} +0 -0
- /package/{math → dist/math}/line2/intersects.test.js +0 -0
- /package/{math → dist/math}/line2/intersects.test.js.map +0 -0
- /package/{math → dist/math}/line2/layout.d.ts +0 -0
- /package/{math → dist/math}/line2/layout.js +0 -0
- /package/{math → dist/math}/line2/layout.js.map +0 -0
- /package/{math → dist/math}/line2/public.d.ts +0 -0
- /package/{math → dist/math}/line2/public.js +0 -0
- /package/{math → dist/math}/line2/public.js.map +0 -0
- /package/{math → dist/math}/line2/schema.d.ts +0 -0
- /package/{math → dist/math}/line2/schema.js +0 -0
- /package/{math → dist/math}/line2/schema.js.map +0 -0
- /package/{math/line3/sub-line.test.d.ts → dist/math/line3/closest-point-on-line.test.d.ts} +0 -0
- /package/{math → dist/math}/line3/closest-point-on-line.test.js +0 -0
- /package/{math → dist/math}/line3/closest-point-on-line.test.js.map +0 -0
- /package/{math → dist/math}/line3/functions.d.ts +0 -0
- /package/{math → dist/math}/line3/functions.js +0 -0
- /package/{math → dist/math}/line3/functions.js.map +0 -0
- /package/{math → dist/math}/line3/index.d.ts +0 -0
- /package/{math → dist/math}/line3/index.js +0 -0
- /package/{math → dist/math}/line3/index.js.map +0 -0
- /package/{math/plane/plane.test.d.ts → dist/math/line3/interpolate.test.d.ts} +0 -0
- /package/{math → dist/math}/line3/interpolate.test.js +0 -0
- /package/{math → dist/math}/line3/interpolate.test.js.map +0 -0
- /package/{math → dist/math}/line3/layout.d.ts +0 -0
- /package/{math → dist/math}/line3/layout.js +0 -0
- /package/{math → dist/math}/line3/layout.js.map +0 -0
- /package/{math → dist/math}/line3/public.d.ts +0 -0
- /package/{math → dist/math}/line3/public.js +0 -0
- /package/{math → dist/math}/line3/public.js.map +0 -0
- /package/{math → dist/math}/line3/schema.d.ts +0 -0
- /package/{math → dist/math}/line3/schema.js +0 -0
- /package/{math → dist/math}/line3/schema.js.map +0 -0
- /package/{observe/create-persisted-state.test.d.ts → dist/math/line3/sub-line.test.d.ts} +0 -0
- /package/{math → dist/math}/line3/sub-line.test.js +0 -0
- /package/{math → dist/math}/line3/sub-line.test.js.map +0 -0
- /package/{math → dist/math}/mat4x4/functions.d.ts +0 -0
- /package/{math → dist/math}/mat4x4/functions.js +0 -0
- /package/{math → dist/math}/mat4x4/functions.js.map +0 -0
- /package/{math → dist/math}/mat4x4/index.d.ts +0 -0
- /package/{math → dist/math}/mat4x4/index.js +0 -0
- /package/{math → dist/math}/mat4x4/index.js.map +0 -0
- /package/{math → dist/math}/mat4x4/layout.d.ts +0 -0
- /package/{math → dist/math}/mat4x4/layout.js +0 -0
- /package/{math → dist/math}/mat4x4/layout.js.map +0 -0
- /package/{math → dist/math}/mat4x4/public.d.ts +0 -0
- /package/{math → dist/math}/mat4x4/public.js +0 -0
- /package/{math → dist/math}/mat4x4/public.js.map +0 -0
- /package/{math → dist/math}/mat4x4/schema.d.ts +0 -0
- /package/{math → dist/math}/mat4x4/schema.js +0 -0
- /package/{math → dist/math}/mat4x4/schema.js.map +0 -0
- /package/{math → dist/math}/plane/functions.d.ts +0 -0
- /package/{math → dist/math}/plane/functions.js +0 -0
- /package/{math → dist/math}/plane/functions.js.map +0 -0
- /package/{math → dist/math}/plane/index.d.ts +0 -0
- /package/{math → dist/math}/plane/index.js +0 -0
- /package/{math → dist/math}/plane/index.js.map +0 -0
- /package/{math → dist/math}/plane/layout.d.ts +0 -0
- /package/{math → dist/math}/plane/layout.js +0 -0
- /package/{math → dist/math}/plane/layout.js.map +0 -0
- /package/{observe/to-async-generator.test.d.ts → dist/math/plane/plane.test.d.ts} +0 -0
- /package/{math → dist/math}/plane/plane.test.js +0 -0
- /package/{math → dist/math}/plane/plane.test.js.map +0 -0
- /package/{math → dist/math}/plane/public.d.ts +0 -0
- /package/{math → dist/math}/plane/public.js +0 -0
- /package/{math → dist/math}/plane/public.js.map +0 -0
- /package/{math → dist/math}/plane/schema.d.ts +0 -0
- /package/{math → dist/math}/plane/schema.js +0 -0
- /package/{math → dist/math}/plane/schema.js.map +0 -0
- /package/{math → dist/math}/quat/constants/functions.d.ts +0 -0
- /package/{math → dist/math}/quat/constants/functions.js +0 -0
- /package/{math → dist/math}/quat/constants/functions.js.map +0 -0
- /package/{math → dist/math}/quat/functions.d.ts +0 -0
- /package/{math → dist/math}/quat/functions.js +0 -0
- /package/{math → dist/math}/quat/functions.js.map +0 -0
- /package/{math → dist/math}/quat/index.d.ts +0 -0
- /package/{math → dist/math}/quat/index.js +0 -0
- /package/{math → dist/math}/quat/index.js.map +0 -0
- /package/{math → dist/math}/quat/layout.d.ts +0 -0
- /package/{math → dist/math}/quat/layout.js +0 -0
- /package/{math → dist/math}/quat/layout.js.map +0 -0
- /package/{math → dist/math}/quat/public.d.ts +0 -0
- /package/{math → dist/math}/quat/public.js +0 -0
- /package/{math → dist/math}/quat/public.js.map +0 -0
- /package/{math → dist/math}/quat/schema.d.ts +0 -0
- /package/{math → dist/math}/quat/schema.js +0 -0
- /package/{math → dist/math}/quat/schema.js.map +0 -0
- /package/{math → dist/math}/u32/index.d.ts +0 -0
- /package/{math → dist/math}/u32/index.js +0 -0
- /package/{math → dist/math}/u32/index.js.map +0 -0
- /package/{math → dist/math}/u32/public.d.ts +0 -0
- /package/{math → dist/math}/u32/public.js +0 -0
- /package/{math → dist/math}/u32/public.js.map +0 -0
- /package/{math → dist/math}/u32/schema.d.ts +0 -0
- /package/{math → dist/math}/u32/schema.js +0 -0
- /package/{math → dist/math}/u32/schema.js.map +0 -0
- /package/{math → dist/math}/vec2/index.d.ts +0 -0
- /package/{math → dist/math}/vec2/index.js +0 -0
- /package/{math → dist/math}/vec2/index.js.map +0 -0
- /package/{math → dist/math}/vec2/layout.d.ts +0 -0
- /package/{math → dist/math}/vec2/layout.js +0 -0
- /package/{math → dist/math}/vec2/layout.js.map +0 -0
- /package/{math → dist/math}/vec2/public.d.ts +0 -0
- /package/{math → dist/math}/vec2/public.js +0 -0
- /package/{math → dist/math}/vec2/public.js.map +0 -0
- /package/{math → dist/math}/vec2/schema.d.ts +0 -0
- /package/{math → dist/math}/vec2/schema.js +0 -0
- /package/{math → dist/math}/vec2/schema.js.map +0 -0
- /package/{math → dist/math}/vec3/functions.d.ts +0 -0
- /package/{math → dist/math}/vec3/functions.js +0 -0
- /package/{math → dist/math}/vec3/functions.js.map +0 -0
- /package/{math → dist/math}/vec3/index.d.ts +0 -0
- /package/{math → dist/math}/vec3/index.js +0 -0
- /package/{math → dist/math}/vec3/index.js.map +0 -0
- /package/{math → dist/math}/vec3/layout.d.ts +0 -0
- /package/{math → dist/math}/vec3/layout.js +0 -0
- /package/{math → dist/math}/vec3/layout.js.map +0 -0
- /package/{math → dist/math}/vec3/public.d.ts +0 -0
- /package/{math → dist/math}/vec3/public.js +0 -0
- /package/{math → dist/math}/vec3/public.js.map +0 -0
- /package/{math → dist/math}/vec3/schema.d.ts +0 -0
- /package/{math → dist/math}/vec3/schema.js +0 -0
- /package/{math → dist/math}/vec3/schema.js.map +0 -0
- /package/{math → dist/math}/vec4/functions.d.ts +0 -0
- /package/{math → dist/math}/vec4/functions.js +0 -0
- /package/{math → dist/math}/vec4/functions.js.map +0 -0
- /package/{math → dist/math}/vec4/index.d.ts +0 -0
- /package/{math → dist/math}/vec4/index.js +0 -0
- /package/{math → dist/math}/vec4/index.js.map +0 -0
- /package/{math → dist/math}/vec4/layout.d.ts +0 -0
- /package/{math → dist/math}/vec4/layout.js +0 -0
- /package/{math → dist/math}/vec4/layout.js.map +0 -0
- /package/{math → dist/math}/vec4/public.d.ts +0 -0
- /package/{math → dist/math}/vec4/public.js +0 -0
- /package/{math → dist/math}/vec4/public.js.map +0 -0
- /package/{math → dist/math}/vec4/schema.d.ts +0 -0
- /package/{math → dist/math}/vec4/schema.js +0 -0
- /package/{math → dist/math}/vec4/schema.js.map +0 -0
- /package/{mutable-clone.d.ts → dist/mutable-clone.d.ts} +0 -0
- /package/{mutable-clone.js → dist/mutable-clone.js} +0 -0
- /package/{mutable-clone.js.map → dist/mutable-clone.js.map} +0 -0
- /package/{mutable.d.ts → dist/mutable.d.ts} +0 -0
- /package/{mutable.js → dist/mutable.js} +0 -0
- /package/{mutable.js.map → dist/mutable.js.map} +0 -0
- /package/{normalize.d.ts → dist/normalize.d.ts} +0 -0
- /package/{normalize.js → dist/normalize.js} +0 -0
- /package/{normalize.js.map → dist/normalize.js.map} +0 -0
- /package/{observe → dist/observe}/create-event.d.ts +0 -0
- /package/{observe → dist/observe}/create-event.js +0 -0
- /package/{observe → dist/observe}/create-event.js.map +0 -0
- /package/{observe → dist/observe}/create-persisted-state.d.ts +0 -0
- /package/{observe → dist/observe}/create-persisted-state.js +0 -0
- /package/{observe → dist/observe}/create-persisted-state.js.map +0 -0
- /package/{observe/with-batch.test.d.ts → dist/observe/create-persisted-state.test.d.ts} +0 -0
- /package/{observe → dist/observe}/create-persisted-state.test.js +0 -0
- /package/{observe → dist/observe}/create-persisted-state.test.js.map +0 -0
- /package/{observe → dist/observe}/create-query-state.d.ts +0 -0
- /package/{observe → dist/observe}/create-query-state.js +0 -0
- /package/{observe → dist/observe}/create-query-state.js.map +0 -0
- /package/{observe → dist/observe}/create-state.d.ts +0 -0
- /package/{observe → dist/observe}/create-state.js +0 -0
- /package/{observe → dist/observe}/create-state.js.map +0 -0
- /package/{observe → dist/observe}/from-array.d.ts +0 -0
- /package/{observe → dist/observe}/from-array.js +0 -0
- /package/{observe → dist/observe}/from-array.js.map +0 -0
- /package/{observe → dist/observe}/from-constant.d.ts +0 -0
- /package/{observe → dist/observe}/from-constant.js +0 -0
- /package/{observe → dist/observe}/from-constant.js.map +0 -0
- /package/{observe → dist/observe}/from-element-id.d.ts +0 -0
- /package/{observe → dist/observe}/from-element-id.js +0 -0
- /package/{observe → dist/observe}/from-element-id.js.map +0 -0
- /package/{observe → dist/observe}/from-element-properties-and-events.d.ts +0 -0
- /package/{observe → dist/observe}/from-element-properties-and-events.js +0 -0
- /package/{observe → dist/observe}/from-element-properties-and-events.js.map +0 -0
- /package/{observe → dist/observe}/from-element-property.d.ts +0 -0
- /package/{observe → dist/observe}/from-element-property.js +0 -0
- /package/{observe → dist/observe}/from-element-property.js.map +0 -0
- /package/{observe → dist/observe}/from-promise-with-error.d.ts +0 -0
- /package/{observe → dist/observe}/from-promise-with-error.js +0 -0
- /package/{observe → dist/observe}/from-promise-with-error.js.map +0 -0
- /package/{observe → dist/observe}/from-promise.d.ts +0 -0
- /package/{observe → dist/observe}/from-promise.js +0 -0
- /package/{observe → dist/observe}/from-promise.js.map +0 -0
- /package/{observe → dist/observe}/from-properties.d.ts +0 -0
- /package/{observe → dist/observe}/from-properties.js +0 -0
- /package/{observe → dist/observe}/from-properties.js.map +0 -0
- /package/{observe → dist/observe}/index.d.ts +0 -0
- /package/{observe → dist/observe}/index.js +0 -0
- /package/{observe → dist/observe}/index.js.map +0 -0
- /package/{observe → dist/observe}/observe.test.d.ts +0 -0
- /package/{observe → dist/observe}/observe.test.js +0 -0
- /package/{observe → dist/observe}/observe.test.js.map +0 -0
- /package/{observe → dist/observe}/public.d.ts +0 -0
- /package/{observe → dist/observe}/public.js +0 -0
- /package/{observe → dist/observe}/public.js.map +0 -0
- /package/{observe → dist/observe}/to-async-generator.d.ts +0 -0
- /package/{observe → dist/observe}/to-async-generator.js +0 -0
- /package/{observe → dist/observe}/to-async-generator.js.map +0 -0
- /package/{observe/with-filter.test.d.ts → dist/observe/to-async-generator.test.d.ts} +0 -0
- /package/{observe → dist/observe}/to-async-generator.test.js +0 -0
- /package/{observe → dist/observe}/to-async-generator.test.js.map +0 -0
- /package/{observe → dist/observe}/to-promise.d.ts +0 -0
- /package/{observe → dist/observe}/to-promise.js +0 -0
- /package/{observe → dist/observe}/to-promise.js.map +0 -0
- /package/{observe → dist/observe}/to-properties.d.ts +0 -0
- /package/{observe → dist/observe}/to-properties.js +0 -0
- /package/{observe → dist/observe}/to-properties.js.map +0 -0
- /package/{observe → dist/observe}/with-async-map.d.ts +0 -0
- /package/{observe → dist/observe}/with-async-map.js +0 -0
- /package/{observe → dist/observe}/with-async-map.js.map +0 -0
- /package/{observe → dist/observe}/with-batch.d.ts +0 -0
- /package/{observe → dist/observe}/with-batch.js +0 -0
- /package/{observe → dist/observe}/with-batch.js.map +0 -0
- /package/{observe/with-lazy.test.d.ts → dist/observe/with-batch.test.d.ts} +0 -0
- /package/{observe → dist/observe}/with-batch.test.js +0 -0
- /package/{observe → dist/observe}/with-batch.test.js.map +0 -0
- /package/{observe → dist/observe}/with-cache.d.ts +0 -0
- /package/{observe → dist/observe}/with-cache.js +0 -0
- /package/{observe → dist/observe}/with-cache.js.map +0 -0
- /package/{observe → dist/observe}/with-copy.d.ts +0 -0
- /package/{observe → dist/observe}/with-copy.js +0 -0
- /package/{observe → dist/observe}/with-copy.js.map +0 -0
- /package/{observe → dist/observe}/with-deduplicate-data.d.ts +0 -0
- /package/{observe → dist/observe}/with-deduplicate-data.js +0 -0
- /package/{observe → dist/observe}/with-deduplicate-data.js.map +0 -0
- /package/{observe → dist/observe}/with-deduplicate.d.ts +0 -0
- /package/{observe → dist/observe}/with-deduplicate.js +0 -0
- /package/{observe → dist/observe}/with-deduplicate.js.map +0 -0
- /package/{observe → dist/observe}/with-default.d.ts +0 -0
- /package/{observe → dist/observe}/with-default.js +0 -0
- /package/{observe → dist/observe}/with-default.js.map +0 -0
- /package/{observe → dist/observe}/with-filter.d.ts +0 -0
- /package/{observe → dist/observe}/with-filter.js +0 -0
- /package/{observe → dist/observe}/with-filter.js.map +0 -0
- /package/{old-ecs/action-ecs/action-ecs.test.d.ts → dist/observe/with-filter.test.d.ts} +0 -0
- /package/{observe → dist/observe}/with-filter.test.js +0 -0
- /package/{observe → dist/observe}/with-filter.test.js.map +0 -0
- /package/{observe → dist/observe}/with-lazy.d.ts +0 -0
- /package/{observe → dist/observe}/with-lazy.js +0 -0
- /package/{observe → dist/observe}/with-lazy.js.map +0 -0
- /package/{old-ecs/core-ecs/core-ecs-serialization.test.d.ts → dist/observe/with-lazy.test.d.ts} +0 -0
- /package/{observe → dist/observe}/with-lazy.test.js +0 -0
- /package/{observe → dist/observe}/with-lazy.test.js.map +0 -0
- /package/{observe → dist/observe}/with-map-data.d.ts +0 -0
- /package/{observe → dist/observe}/with-map-data.js +0 -0
- /package/{observe → dist/observe}/with-map-data.js.map +0 -0
- /package/{observe → dist/observe}/with-map.d.ts +0 -0
- /package/{observe → dist/observe}/with-map.js +0 -0
- /package/{observe → dist/observe}/with-map.js.map +0 -0
- /package/{observe → dist/observe}/with-optional.d.ts +0 -0
- /package/{observe → dist/observe}/with-optional.js +0 -0
- /package/{observe → dist/observe}/with-optional.js.map +0 -0
- /package/{observe → dist/observe}/with-unwrap.d.ts +0 -0
- /package/{observe → dist/observe}/with-unwrap.js +0 -0
- /package/{observe → dist/observe}/with-unwrap.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-ecs.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-ecs.js +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-ecs.js.map +0 -0
- /package/{old-ecs/core-ecs/core-ecs.test.d.ts → dist/old-ecs/action-ecs/action-ecs.test.d.ts} +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-ecs.test.js +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-ecs.test.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-types.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-types.js +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/action-types.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/index.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/index.js +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/index.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/sequential-action.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/sequential-action.js +0 -0
- /package/{old-ecs → dist/old-ecs}/action-ecs/sequential-action.js.map +0 -0
- /package/{old-ecs/ecs/ecs.test.d.ts → dist/old-ecs/core-ecs/core-ecs-serialization.test.d.ts} +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs-serialization.test.js +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs-serialization.test.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs-types.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs-types.js +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs-types.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs.js +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs.js.map +0 -0
- /package/{old-ecs/transaction-ecs/transaction-ecs.test.d.ts → dist/old-ecs/core-ecs/core-ecs.test.d.ts} +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs.test.js +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/core-ecs.test.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/index.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/index.js +0 -0
- /package/{old-ecs → dist/old-ecs}/core-ecs/index.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs-types.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs-types.js +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs-types.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs-where-functions.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs-where-functions.js +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs-where-functions.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs.js +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs.js.map +0 -0
- /package/{schema.test.d.ts → dist/old-ecs/ecs/ecs.test.d.ts} +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs.test.js +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/ecs.test.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/index.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/index.js +0 -0
- /package/{old-ecs → dist/old-ecs}/ecs/index.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/entity.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/entity.js +0 -0
- /package/{old-ecs → dist/old-ecs}/entity.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/index.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/index.js +0 -0
- /package/{old-ecs → dist/old-ecs}/index.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/index.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/index.js +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/index.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-ecs.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-ecs.js +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-ecs.js.map +0 -0
- /package/{schema/dynamic/deep-merge.test.d.ts → dist/old-ecs/transaction-ecs/transaction-ecs.test.d.ts} +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-ecs.test.js +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-ecs.test.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-types.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-types.js +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transaction-types.js.map +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transactions.d.ts +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transactions.js +0 -0
- /package/{old-ecs → dist/old-ecs}/transaction-ecs/transactions.js.map +0 -0
- /package/{perftest → dist/perftest}/ecs-perf.d.ts +0 -0
- /package/{perftest → dist/perftest}/ecs-perf.js +0 -0
- /package/{perftest → dist/perftest}/ecs-perf.js.map +0 -0
- /package/{perftest → dist/perftest}/helper-functions.d.ts +0 -0
- /package/{perftest → dist/perftest}/helper-functions.js +0 -0
- /package/{perftest → dist/perftest}/helper-functions.js.map +0 -0
- /package/{perftest → dist/perftest}/horizon-perf.d.ts +0 -0
- /package/{perftest → dist/perftest}/horizon-perf.js +0 -0
- /package/{perftest → dist/perftest}/horizon-perf.js.map +0 -0
- /package/{perftest → dist/perftest}/index.d.ts +0 -0
- /package/{perftest → dist/perftest}/index.js +0 -0
- /package/{perftest → dist/perftest}/index.js.map +0 -0
- /package/{perftest → dist/perftest}/perf-test.d.ts +0 -0
- /package/{perftest → dist/perftest}/perf-test.js +0 -0
- /package/{perftest → dist/perftest}/perf-test.js.map +0 -0
- /package/{perftest → dist/perftest}/vanilla-perf.d.ts +0 -0
- /package/{perftest → dist/perftest}/vanilla-perf.js +0 -0
- /package/{perftest → dist/perftest}/vanilla-perf.js.map +0 -0
- /package/{schema → dist/schema}/boolean/index.d.ts +0 -0
- /package/{schema → dist/schema}/boolean/index.js +0 -0
- /package/{schema → dist/schema}/boolean/index.js.map +0 -0
- /package/{schema → dist/schema}/boolean/public.d.ts +0 -0
- /package/{schema → dist/schema}/boolean/public.js +0 -0
- /package/{schema → dist/schema}/boolean/public.js.map +0 -0
- /package/{schema → dist/schema}/boolean/schema.d.ts +0 -0
- /package/{schema → dist/schema}/boolean/schema.js +0 -0
- /package/{schema → dist/schema}/boolean/schema.js.map +0 -0
- /package/{schema → dist/schema}/dynamic/deep-merge.d.ts +0 -0
- /package/{schema → dist/schema}/dynamic/deep-merge.js +0 -0
- /package/{schema → dist/schema}/dynamic/deep-merge.js.map +0 -0
- /package/{schema/to-vertex-buffer-layout.test.d.ts → dist/schema/dynamic/deep-merge.test.d.ts} +0 -0
- /package/{schema → dist/schema}/dynamic/deep-merge.test.js +0 -0
- /package/{schema → dist/schema}/dynamic/deep-merge.test.js.map +0 -0
- /package/{schema → dist/schema}/dynamic/enumerate-patches.d.ts +0 -0
- /package/{schema → dist/schema}/dynamic/enumerate-patches.js +0 -0
- /package/{schema → dist/schema}/dynamic/enumerate-patches.js.map +0 -0
- /package/{schema → dist/schema}/dynamic/enumerate-patches.test.d.ts +0 -0
- /package/{schema → dist/schema}/dynamic/enumerate-patches.test.js +0 -0
- /package/{schema → dist/schema}/dynamic/enumerate-patches.test.js.map +0 -0
- /package/{schema → dist/schema}/dynamic/get-dynamic-schema.d.ts +0 -0
- /package/{schema → dist/schema}/dynamic/get-dynamic-schema.js +0 -0
- /package/{schema → dist/schema}/dynamic/get-dynamic-schema.js.map +0 -0
- /package/{schema/validation/is-valid.test.d.ts → dist/schema/dynamic/get-dynamic-schema.test.d.ts} +0 -0
- /package/{schema → dist/schema}/dynamic/get-dynamic-schema.test.js +0 -0
- /package/{schema → dist/schema}/dynamic/get-dynamic-schema.test.js.map +0 -0
- /package/{schema → dist/schema}/dynamic/index.d.ts +0 -0
- /package/{schema → dist/schema}/dynamic/index.js +0 -0
- /package/{schema → dist/schema}/dynamic/index.js.map +0 -0
- /package/{schema → dist/schema}/from-schemas.d.ts +0 -0
- /package/{schema → dist/schema}/from-schemas.js +0 -0
- /package/{schema → dist/schema}/from-schemas.js.map +0 -0
- /package/{schema → dist/schema}/index.d.ts +0 -0
- /package/{schema → dist/schema}/index.js +0 -0
- /package/{schema → dist/schema}/index.js.map +0 -0
- /package/{schema → dist/schema}/nullable.d.ts +0 -0
- /package/{schema → dist/schema}/nullable.js +0 -0
- /package/{schema → dist/schema}/nullable.js.map +0 -0
- /package/{schema → dist/schema}/public.d.ts +0 -0
- /package/{schema → dist/schema}/public.js +0 -0
- /package/{schema → dist/schema}/public.js.map +0 -0
- /package/{schema → dist/schema}/schema.d.ts +0 -0
- /package/{schema → dist/schema}/schema.js +0 -0
- /package/{schema → dist/schema}/schema.js.map +0 -0
- /package/{schema → dist/schema}/time/index.d.ts +0 -0
- /package/{schema → dist/schema}/time/index.js +0 -0
- /package/{schema → dist/schema}/time/index.js.map +0 -0
- /package/{schema → dist/schema}/time/public.d.ts +0 -0
- /package/{schema → dist/schema}/time/public.js +0 -0
- /package/{schema → dist/schema}/time/public.js.map +0 -0
- /package/{schema → dist/schema}/time/schema.d.ts +0 -0
- /package/{schema → dist/schema}/time/schema.js +0 -0
- /package/{schema → dist/schema}/time/schema.js.map +0 -0
- /package/{schema → dist/schema}/to-type.d.ts +0 -0
- /package/{schema → dist/schema}/to-type.js +0 -0
- /package/{schema → dist/schema}/to-type.js.map +0 -0
- /package/{schema → dist/schema}/to-vertex-buffer-layout.d.ts +0 -0
- /package/{schema → dist/schema}/to-vertex-buffer-layout.js +0 -0
- /package/{schema → dist/schema}/to-vertex-buffer-layout.js.map +0 -0
- /package/{schema/validation/validate.test.d.ts → dist/schema/to-vertex-buffer-layout.test.d.ts} +0 -0
- /package/{schema → dist/schema}/to-vertex-buffer-layout.test.js +0 -0
- /package/{schema → dist/schema}/to-vertex-buffer-layout.test.js.map +0 -0
- /package/{schema → dist/schema}/true/index.d.ts +0 -0
- /package/{schema → dist/schema}/true/index.js +0 -0
- /package/{schema → dist/schema}/true/index.js.map +0 -0
- /package/{schema → dist/schema}/true/public.d.ts +0 -0
- /package/{schema → dist/schema}/true/public.js +0 -0
- /package/{schema → dist/schema}/true/public.js.map +0 -0
- /package/{schema → dist/schema}/true/schema.d.ts +0 -0
- /package/{schema → dist/schema}/true/schema.js +0 -0
- /package/{schema → dist/schema}/true/schema.js.map +0 -0
- /package/{schema → dist/schema}/tuple.d.ts +0 -0
- /package/{schema → dist/schema}/tuple.js +0 -0
- /package/{schema → dist/schema}/tuple.js.map +0 -0
- /package/{schema → dist/schema}/validation/index.d.ts +0 -0
- /package/{schema → dist/schema}/validation/index.js +0 -0
- /package/{schema → dist/schema}/validation/index.js.map +0 -0
- /package/{schema → dist/schema}/validation/is-valid.d.ts +0 -0
- /package/{schema → dist/schema}/validation/is-valid.js +0 -0
- /package/{schema → dist/schema}/validation/is-valid.js.map +0 -0
- /package/{schema/validation/with-validation.test.d.ts → dist/schema/validation/is-valid.test.d.ts} +0 -0
- /package/{schema → dist/schema}/validation/is-valid.test.js +0 -0
- /package/{schema → dist/schema}/validation/is-valid.test.js.map +0 -0
- /package/{schema → dist/schema}/validation/validate.d.ts +0 -0
- /package/{schema → dist/schema}/validation/validate.js +0 -0
- /package/{schema → dist/schema}/validation/validate.js.map +0 -0
- /package/{service/async-data-service/create-lazy.test.d.ts → dist/schema/validation/validate.test.d.ts} +0 -0
- /package/{schema → dist/schema}/validation/validate.test.js +0 -0
- /package/{schema → dist/schema}/validation/validate.test.js.map +0 -0
- /package/{schema → dist/schema}/validation/with-validation.d.ts +0 -0
- /package/{schema → dist/schema}/validation/with-validation.js +0 -0
- /package/{schema → dist/schema}/validation/with-validation.js.map +0 -0
- /package/{table/create-table.test.d.ts → dist/schema/validation/with-validation.test.d.ts} +0 -0
- /package/{schema → dist/schema}/validation/with-validation.test.js +0 -0
- /package/{schema → dist/schema}/validation/with-validation.test.js.map +0 -0
- /package/{schema/dynamic/get-dynamic-schema.test.d.ts → dist/schema.test.d.ts} +0 -0
- /package/{schema.test.js → dist/schema.test.js} +0 -0
- /package/{schema.test.js.map → dist/schema.test.js.map} +0 -0
- /package/{service → dist/service}/add-observable-actions.d.ts +0 -0
- /package/{service → dist/service}/add-observable-actions.js +0 -0
- /package/{service → dist/service}/add-observable-actions.js.map +0 -0
- /package/{service → dist/service}/async-data-service/create-lazy.d.ts +0 -0
- /package/{service → dist/service}/async-data-service/create-lazy.js +0 -0
- /package/{service → dist/service}/async-data-service/create-lazy.js.map +0 -0
- /package/{table/select-rows.test.d.ts → dist/service/async-data-service/create-lazy.test.d.ts} +0 -0
- /package/{service → dist/service}/async-data-service/create-lazy.test.js +0 -0
- /package/{service → dist/service}/async-data-service/create-lazy.test.js.map +0 -0
- /package/{service → dist/service}/async-data-service/example.d.ts +0 -0
- /package/{service → dist/service}/async-data-service/example.js +0 -0
- /package/{service → dist/service}/async-data-service/example.js.map +0 -0
- /package/{service → dist/service}/async-data-service/index.d.ts +0 -0
- /package/{service → dist/service}/async-data-service/index.js +0 -0
- /package/{service → dist/service}/async-data-service/index.js.map +0 -0
- /package/{service → dist/service}/async-data-service/is-valid.d.ts +0 -0
- /package/{service → dist/service}/async-data-service/is-valid.js +0 -0
- /package/{service → dist/service}/async-data-service/is-valid.js.map +0 -0
- /package/{service → dist/service}/async-data-service/public.d.ts +0 -0
- /package/{service → dist/service}/async-data-service/public.js +0 -0
- /package/{service → dist/service}/async-data-service/public.js.map +0 -0
- /package/{service → dist/service}/disposable.d.ts +0 -0
- /package/{service → dist/service}/disposable.js +0 -0
- /package/{service → dist/service}/disposable.js.map +0 -0
- /package/{service → dist/service}/index.d.ts +0 -0
- /package/{service → dist/service}/index.js +0 -0
- /package/{service → dist/service}/index.js.map +0 -0
- /package/{service → dist/service}/is-service.d.ts +0 -0
- /package/{service → dist/service}/is-service.js +0 -0
- /package/{service → dist/service}/is-service.js.map +0 -0
- /package/{service → dist/service}/progressive-result.d.ts +0 -0
- /package/{service → dist/service}/progressive-result.js +0 -0
- /package/{service → dist/service}/progressive-result.js.map +0 -0
- /package/{service → dist/service}/service.d.ts +0 -0
- /package/{service → dist/service}/service.js +0 -0
- /package/{service → dist/service}/service.js.map +0 -0
- /package/{table → dist/table}/add-row.d.ts +0 -0
- /package/{table → dist/table}/add-row.js +0 -0
- /package/{table → dist/table}/add-row.js.map +0 -0
- /package/{table → dist/table}/copy-column-to-gpu-buffer.d.ts +0 -0
- /package/{table → dist/table}/copy-column-to-gpu-buffer.js +0 -0
- /package/{table → dist/table}/copy-column-to-gpu-buffer.js.map +0 -0
- /package/{table → dist/table}/create-table.d.ts +0 -0
- /package/{table → dist/table}/create-table.js +0 -0
- /package/{table → dist/table}/create-table.js.map +0 -0
- /package/{table/table-compact.test.d.ts → dist/table/create-table.test.d.ts} +0 -0
- /package/{table → dist/table}/create-table.test.js +0 -0
- /package/{table → dist/table}/create-table.test.js.map +0 -0
- /package/{table → dist/table}/delete-row.d.ts +0 -0
- /package/{table → dist/table}/delete-row.js +0 -0
- /package/{table → dist/table}/delete-row.js.map +0 -0
- /package/{table → dist/table}/ensure-capacity.d.ts +0 -0
- /package/{table → dist/table}/ensure-capacity.js +0 -0
- /package/{table → dist/table}/ensure-capacity.js.map +0 -0
- /package/{table → dist/table}/get-row-data.d.ts +0 -0
- /package/{table → dist/table}/get-row-data.js +0 -0
- /package/{table → dist/table}/get-row-data.js.map +0 -0
- /package/{table → dist/table}/index.d.ts +0 -0
- /package/{table → dist/table}/index.js +0 -0
- /package/{table → dist/table}/index.js.map +0 -0
- /package/{table → dist/table}/row-index.d.ts +0 -0
- /package/{table → dist/table}/row-index.js +0 -0
- /package/{table → dist/table}/row-index.js.map +0 -0
- /package/{table → dist/table}/select-rows.d.ts +0 -0
- /package/{table → dist/table}/select-rows.js +0 -0
- /package/{table → dist/table}/select-rows.js.map +0 -0
- /package/{typed-buffer/create-array-buffer.test.d.ts → dist/table/select-rows.test.d.ts} +0 -0
- /package/{table → dist/table}/select-rows.test.js +0 -0
- /package/{table → dist/table}/select-rows.test.js.map +0 -0
- /package/{typed-buffer/create-const-buffer.copy.test.d.ts → dist/table/table-compact.test.d.ts} +0 -0
- /package/{table → dist/table}/table-compact.test.js +0 -0
- /package/{table → dist/table}/table-compact.test.js.map +0 -0
- /package/{table → dist/table}/table.d.ts +0 -0
- /package/{table → dist/table}/table.js +0 -0
- /package/{table → dist/table}/table.js.map +0 -0
- /package/{table → dist/table}/update-row.d.ts +0 -0
- /package/{table → dist/table}/update-row.js +0 -0
- /package/{table → dist/table}/update-row.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/copy-to-gpu-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/copy-to-gpu-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/copy-to-gpu-buffer.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-array-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-array-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-array-buffer.js.map +0 -0
- /package/{typed-buffer/create-const-buffer.test.d.ts → dist/typed-buffer/create-array-buffer.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-array-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-array-buffer.test.js.map +0 -0
- /package/{typed-buffer/create-number-buffer.test.d.ts → dist/typed-buffer/create-const-buffer.copy.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.copy.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.copy.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.js.map +0 -0
- /package/{typed-buffer/create-struct-buffer.copy.test.d.ts → dist/typed-buffer/create-const-buffer.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-const-buffer.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-number-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-number-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-number-buffer.js.map +0 -0
- /package/{typed-buffer/create-struct-buffer.test.d.ts → dist/typed-buffer/create-number-buffer.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-number-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-number-buffer.test.js.map +0 -0
- /package/{typed-buffer/create-typed-buffer.test.d.ts → dist/typed-buffer/create-struct-buffer.copy.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.copy.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.copy.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.js.map +0 -0
- /package/{typed-buffer/is-typed-buffer.test.d.ts → dist/typed-buffer/create-struct-buffer.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-struct-buffer.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-typed-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-typed-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-typed-buffer.js.map +0 -0
- /package/{typed-buffer/structs/create-read-struct.test.d.ts → dist/typed-buffer/create-typed-buffer.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-typed-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/create-typed-buffer.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/index.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/index.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/index.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/is-typed-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/is-typed-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/is-typed-buffer.js.map +0 -0
- /package/{typed-buffer/structs/get-struct-layout.test.d.ts → dist/typed-buffer/is-typed-buffer.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/is-typed-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/is-typed-buffer.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/register-typed-buffer-codecs.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/register-typed-buffer-codecs.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/register-typed-buffer-codecs.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/assert-struct.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/assert-struct.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/assert-struct.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-read-struct.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-read-struct.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-read-struct.js.map +0 -0
- /package/{typed-buffer/structs/write-struct.test.d.ts → dist/typed-buffer/structs/create-read-struct.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-read-struct.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-read-struct.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-write-struct.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-write-struct.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/create-write-struct.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-field-offset.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-field-offset.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-field-offset.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-struct-layout.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-struct-layout.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-struct-layout.js.map +0 -0
- /package/{typed-buffer/typed-buffer-equals.test.d.ts → dist/typed-buffer/structs/get-struct-layout.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-struct-layout.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/get-struct-layout.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/index.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/index.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/index.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/read-struct.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/read-struct.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/read-struct.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/struct-layout.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/struct-layout.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/struct-layout.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/write-struct.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/write-struct.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/write-struct.js.map +0 -0
- /package/{typed-buffer/typed-buffer.test.d.ts → dist/typed-buffer/structs/write-struct.test.d.ts} +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/write-struct.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/structs/write-struct.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer-equals.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer-equals.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer-equals.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer-equals.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer-equals.test.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer.d.ts +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer.js.map +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer.test.js +0 -0
- /package/{typed-buffer → dist/typed-buffer}/typed-buffer.test.js.map +0 -0
- /package/{types → dist/types}/assert.d.ts +0 -0
- /package/{types → dist/types}/assert.js +0 -0
- /package/{types → dist/types}/assert.js.map +0 -0
- /package/{types → dist/types}/equal.d.ts +0 -0
- /package/{types → dist/types}/equal.js +0 -0
- /package/{types → dist/types}/equal.js.map +0 -0
- /package/{types → dist/types}/index.d.ts +0 -0
- /package/{types → dist/types}/index.js +0 -0
- /package/{types → dist/types}/index.js.map +0 -0
- /package/{types → dist/types}/replace.d.ts +0 -0
- /package/{types → dist/types}/replace.js +0 -0
- /package/{types → dist/types}/replace.js.map +0 -0
- /package/{types → dist/types}/typed-array-constructer.d.ts +0 -0
- /package/{types → dist/types}/typed-array-constructer.js +0 -0
- /package/{types → dist/types}/typed-array-constructer.js.map +0 -0
- /package/{types → dist/types}/typed-array.d.ts +0 -0
- /package/{types → dist/types}/typed-array.js +0 -0
- /package/{types → dist/types}/typed-array.js.map +0 -0
- /package/{types → dist/types}/types.d.ts +0 -0
- /package/{types → dist/types}/types.js +0 -0
- /package/{types → dist/types}/types.js.map +0 -0
package/dist/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025-2026 Adobe, Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/README.md
ADDED
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
# @adobe/data
|
|
2
|
+
Adobe Data Oriented Programming Library
|
|
3
|
+
|
|
4
|
+
## Documentation
|
|
5
|
+
|
|
6
|
+
[Main Page](https://git.corp.adobe.com/pages/neuralfiltersplatform/firefly-data/docs/api/)
|
|
7
|
+
|
|
8
|
+
[ECS Performance Test](https://git.corp.adobe.com/pages/neuralfiltersplatform/firefly-data/docs/perftest.html)
|
|
9
|
+
|
|
10
|
+
## Breaking API Changes
|
|
11
|
+
|
|
12
|
+
Until we reach 1.0.0, minor version changes may be API breaking.
|
|
13
|
+
|
|
14
|
+
## Data Oriented Programming
|
|
15
|
+
|
|
16
|
+
This library is built using a data oriented and functional programming paradigm.
|
|
17
|
+
We prefer composition over inheritance, avoid classes when possible and emphasize separation of concerns.
|
|
18
|
+
|
|
19
|
+
## Data
|
|
20
|
+
|
|
21
|
+
This library uses data oriented design paradigm and prefers pure functional interfaces whenever practical.
|
|
22
|
+
|
|
23
|
+
For our purposes, `Data` is immutable `JSON` (de)serializable objects and primitives.
|
|
24
|
+
|
|
25
|
+
### Why immutable Data?
|
|
26
|
+
|
|
27
|
+
We prefer Data because it is easy to:
|
|
28
|
+
- serialize
|
|
29
|
+
- deserialize
|
|
30
|
+
- inspect
|
|
31
|
+
- compare
|
|
32
|
+
- hash
|
|
33
|
+
- validate
|
|
34
|
+
|
|
35
|
+
We prefer immutable Data because it is easy to:
|
|
36
|
+
- reason about
|
|
37
|
+
- avoid side effects
|
|
38
|
+
- avoid defensive copying
|
|
39
|
+
- use for pure function arguments and return values
|
|
40
|
+
- use with concurrency
|
|
41
|
+
- memoize results
|
|
42
|
+
- use as cache key (stringified)
|
|
43
|
+
- use as cache value
|
|
44
|
+
|
|
45
|
+
### What is Data Oriented Design?
|
|
46
|
+
|
|
47
|
+
Sanders Mertens covers this thoroughly in his ECS FAQ:
|
|
48
|
+
|
|
49
|
+
[https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#what-is-data-oriented-design](https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#what-is-data-oriented-design)
|
|
50
|
+
|
|
51
|
+
### Data Schemas
|
|
52
|
+
|
|
53
|
+
When runtime type information is required we use `JSON Schema`. In order to avoid redundancy, we can use `FromSchema` to derive a typescript type at compile time.
|
|
54
|
+
|
|
55
|
+
Example:
|
|
56
|
+
|
|
57
|
+
```typescript
|
|
58
|
+
const Float32Schema = { type: "number", precision: 1 } as const satisfies Schema;
|
|
59
|
+
const Float32 = FromSchema<typeof Float32Schema>; // number
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
It is important that we use `as const` for the schema definition. Without that, the typeof Float32Schema would be `{ type: string, precision: number }` instead of `{ type: "number", precision: 1 }` and we would not be able to derive a correct type using `FromSchema`.
|
|
63
|
+
|
|
64
|
+
### Normalized Data
|
|
65
|
+
|
|
66
|
+
Data is considered "Normalized" when all object keys contained anywhere within it are lexigraphically sorted. We include a `normalize` function which performs this conversion. This is particularly useful when you want to use data as a cache key.
|
|
67
|
+
|
|
68
|
+
```typescript
|
|
69
|
+
const notNormalized = { b: 2, a: 1 };
|
|
70
|
+
const normalized = normalize(notNormalized); // { a: 1, b: 2 }
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Observables
|
|
74
|
+
|
|
75
|
+
An `Observable<T>` is a subscription function that you can pass a callback function to. Your callback function can accept a single argument of type `T`. The subscription function returns a dispose function that accepts no parameters and can be called at any point in the future to cancel your subscription.
|
|
76
|
+
|
|
77
|
+
Your callback function *may* be called back synchronously (before the initial call returns) zero or one times and asynchronously later any number of times.
|
|
78
|
+
|
|
79
|
+
For more information see the [Observable API documentation](./docs/api/modules/observe.html)
|
|
80
|
+
|
|
81
|
+
### Observable Types
|
|
82
|
+
|
|
83
|
+
```typescript
|
|
84
|
+
/**
|
|
85
|
+
* Called to add a new observer to an Observable.
|
|
86
|
+
* Returns an Unobserve function that can be called to stop observing the Observable.
|
|
87
|
+
*/
|
|
88
|
+
export type Observable<T> = (observer: Callback<T>) => Unobserve;
|
|
89
|
+
/**
|
|
90
|
+
* Callback function called zero or more times with a sequence of values.
|
|
91
|
+
* *may* be called back synchronously, immediately when selector function is called.
|
|
92
|
+
* *may* also be called back asynchronously later any number of times.
|
|
93
|
+
* *may* be called multiple sequential times with the same value.
|
|
94
|
+
*/
|
|
95
|
+
export type Callback<T> = (value: T) => void;
|
|
96
|
+
/**
|
|
97
|
+
* Function called to stop observing an Observable.
|
|
98
|
+
*/
|
|
99
|
+
export type Unobserve = () => void;
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
An Observable can be thought of sort of like a Promise but with a few important differences.
|
|
103
|
+
- A Promise only yields a single value, an Observable yields a sequence of values.
|
|
104
|
+
- A Promise can reject with an error, an Observable can not. (It could yield type `MyResult | MyError` though.)
|
|
105
|
+
- A Promise can only resolve asynchronously, an Observable *may* yield an initial result synchronously.
|
|
106
|
+
- An Observable is allowed to call the Callback callback function immediately upon observation if it has a value.
|
|
107
|
+
- A Promise begins executing immediately, an Observable may lazily wait for a first observer before taking any action.
|
|
108
|
+
- An Observable can be unobserved.
|
|
109
|
+
|
|
110
|
+
### Observable Creation
|
|
111
|
+
|
|
112
|
+
This simple definition of an Observable makes it very easy to create them from various sources.
|
|
113
|
+
|
|
114
|
+
- `fromConstant<T>(value: T) => Observable<T>`
|
|
115
|
+
- `fromPromise<T>(promise: Promise<T>): Observable<T>`
|
|
116
|
+
- `fromPromiseWithError<T, E extends Error>(promise: Promise<T>): Observable<T | E>`
|
|
117
|
+
- `fromObservableProperties` converts an object with named Observable values into a single Observable of an object with corresponding types.
|
|
118
|
+
|
|
119
|
+
For instance:
|
|
120
|
+
|
|
121
|
+
```typescript
|
|
122
|
+
fromObservables({ a: fromConstant(1), b: fromConstant("s")})
|
|
123
|
+
// yields type Observable<{ a: number, b: string }>
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
`fromObservableProperties` will only yield a result once every contained observable has provided a result. If some properties are optional then use the `withOptional` higher order function described below.
|
|
127
|
+
|
|
128
|
+
### Observable Modification
|
|
129
|
+
|
|
130
|
+
They are also very easy to modify in order to build higher order Observables.
|
|
131
|
+
|
|
132
|
+
For the purposes of discussion let us use an array to indicate the sequential values yielded by an Observable with the first element being any synchronous callback and `void` meaning no synchronous callback.
|
|
133
|
+
|
|
134
|
+
So our `fromConstant(12)` would yield `[12]` and `fromPromise(Promise.resolve(12))` would yield `[void, 12]`
|
|
135
|
+
|
|
136
|
+
These examples will use the form of: Sequence Before => Higher Order Function => Sequence After.
|
|
137
|
+
|
|
138
|
+
withDeduplicate removes any sequentially equivalent values:
|
|
139
|
+
|
|
140
|
+
`[1, 1, 2, 2, 2, 3]` => `withDeduplicate` => `[1, 2, 3]`
|
|
141
|
+
|
|
142
|
+
withDefault replaces any undefined values, including initial synchronous value with a default value:
|
|
143
|
+
|
|
144
|
+
`[void, 1, 2, undefined, 4]` => `withDefault(-1)` => `[-1, 1, 2, -1, 4]`
|
|
145
|
+
|
|
146
|
+
withMap applies a mapping function to each value at notification time:
|
|
147
|
+
|
|
148
|
+
`[void, 1, 2, 3]` => `withMap(x => x * 2)` => `[void, 2, 4, 6]`
|
|
149
|
+
|
|
150
|
+
withOptional converts an `Observable<T>` to `Observable<T | undefined>` and will always respond synchronously.
|
|
151
|
+
|
|
152
|
+
`[void, 1, 2, 3, 4]` => `withOptional` => `[undefined, 1, 2, 3, 4]`
|
|
153
|
+
|
|
154
|
+
## Cache
|
|
155
|
+
|
|
156
|
+
The cache module contains functions and interfaces related to caching, hashing, memoization and storage and retrieval of `Blob`s.
|
|
157
|
+
|
|
158
|
+
The `memoize` function and `BlobStore` are the most important public interfaces in the cache submodule. They are described below. See the API reference for hashing and other lower level functions.
|
|
159
|
+
|
|
160
|
+
The `memoize` function can be used to cache expensive, deterministic, asynchronous functions that take data arguments and return data results. In addition to caching the results, it also blocks multiple simultaneous calls with the same arguments and makes them wait for the first result.
|
|
161
|
+
|
|
162
|
+
### BlobStore
|
|
163
|
+
|
|
164
|
+
It is important to handle `Blob`s correctly within an application.
|
|
165
|
+
|
|
166
|
+
The `BlobStore` interface and corresponding `blobStore` exported instance provide a convenient way to convert `Blob`s into small JSON handles to them called `BlobRef`s. Those `BlobRef`s can later be converted back into a `Blob`.
|
|
167
|
+
|
|
168
|
+
`Blob`s within the `blobStore` are generally persisted across sessions using the browsers buid in `Cache` storage.
|
|
169
|
+
|
|
170
|
+
`BlobRef`s have a number of advantages over directly using blobs.
|
|
171
|
+
`BlobRef`s are:
|
|
172
|
+
- small json objects
|
|
173
|
+
- deterministic for each `Blob` based on mime type and content.
|
|
174
|
+
- suitable for persistence to locations with limited size.
|
|
175
|
+
- suitable for use as a cache key
|
|
176
|
+
- suitable for use as a cache value
|
|
177
|
+
|
|
178
|
+
## Schemas
|
|
179
|
+
|
|
180
|
+
Contains some standard data type schemas in JSON Schema format for convenience. These types are most frequently used when describing components within the Entity Component System. Knowing the precise size and signedness of primitive numeric types allows the ECS to store these values within tightly packed typed arrays internally. This makes memory usage and processing time more efficient.
|
|
181
|
+
|
|
182
|
+
## Entity Component System (ECS)
|
|
183
|
+
|
|
184
|
+
This ECS database is a high performance, strongly typed typescript implementation inspired by the Sanders Mertens C++ based [Flecs](https://www.flecs.dev/flecs/md_docs_2Docs.html).
|
|
185
|
+
|
|
186
|
+
This library provides two main interfaces for ECS operations: **Store** and **Database**. They share the same read API but differ significantly in their approach to writing and observability.
|
|
187
|
+
|
|
188
|
+
### Store Interface
|
|
189
|
+
|
|
190
|
+
The **Store** is the foundational, low-level interface for direct ECS data operations.
|
|
191
|
+
|
|
192
|
+
**Key Characteristics:**
|
|
193
|
+
- **Direct Access**: Provides immediate, synchronous read/write access to entities, components, and resources
|
|
194
|
+
- **No Transaction Control**: Changes are applied directly without transaction boundaries
|
|
195
|
+
- **No Observability**: Changes are not automatically observable or trackable
|
|
196
|
+
- **High Performance**: Minimal overhead for direct operations using Structure of Arrays (SoA) with linear memory layout of numeric types for optimal cache performance
|
|
197
|
+
- **Core ECS Operations**: Includes entity creation, component updates, archetype querying, and resource management
|
|
198
|
+
|
|
199
|
+
**Usage**: Ideal for scenarios requiring fast, direct ECS manipulation where you don't need change tracking or transactional safety.
|
|
200
|
+
|
|
201
|
+
```typescript
|
|
202
|
+
// Create a store with components, resources, and archetypes
|
|
203
|
+
const store = createStore(
|
|
204
|
+
{
|
|
205
|
+
position: Vec3.schema,
|
|
206
|
+
health: { type: "number" },
|
|
207
|
+
player: { const: true }
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
gravity: { default: 9.8 as number }
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
Player: ["position", "health", "player"],
|
|
214
|
+
Particle: ["position"]
|
|
215
|
+
}
|
|
216
|
+
);
|
|
217
|
+
|
|
218
|
+
// Direct operations
|
|
219
|
+
const playerId = store.archetypes.Player.insert({
|
|
220
|
+
position: [0, 0, 0],
|
|
221
|
+
health: 100,
|
|
222
|
+
player: true
|
|
223
|
+
});
|
|
224
|
+
store.update(playerId, { position: [1, 1, 1] });
|
|
225
|
+
store.resources.gravity = 10.0;
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
### Database Interface
|
|
229
|
+
|
|
230
|
+
The **Database** wraps a Store to provide **transaction-based operations** with **full observability**.
|
|
231
|
+
|
|
232
|
+
**Key Characteristics:**
|
|
233
|
+
- **Transaction-Based**: All changes must occur within predefined atomic transactions that can be undone.
|
|
234
|
+
- **Full Observability**: Every change is observable through the `observe` API
|
|
235
|
+
- **Predefined Operations**: Uses predefined transaction functions rather than direct mutations
|
|
236
|
+
- **Undo/Redo Support**: Transactions generate undo/redo operations automatically
|
|
237
|
+
- **Change Tracking**: Tracks which entities, components, and archetypes changed
|
|
238
|
+
- **Event Notifications**: Automatically notifies observers of changes
|
|
239
|
+
|
|
240
|
+
**Usage**: Ideal for applications requiring change history, multiplayer synchronization, undo/redo functionality, or reactive UI updates.
|
|
241
|
+
|
|
242
|
+
**Important Note**: Even when using a Database, transaction functions are written as direct modifications to the underlying Store interface. The Database wraps these operations to provide transactional guarantees and observability.
|
|
243
|
+
|
|
244
|
+
```typescript
|
|
245
|
+
// Create a database with predefined transactions
|
|
246
|
+
const database = createDatabase(store, {
|
|
247
|
+
createPlayer(t, args: { position: Vector3, health: number }) {
|
|
248
|
+
// Transaction function receives Store interface for direct operations
|
|
249
|
+
return t.archetypes.Player.insert({
|
|
250
|
+
...args,
|
|
251
|
+
player: true
|
|
252
|
+
});
|
|
253
|
+
},
|
|
254
|
+
movePlayer(t, args: { entity: Entity, position: Vector3 }) {
|
|
255
|
+
// Direct Store operations within transaction context
|
|
256
|
+
t.update(args.entity, { position: args.position });
|
|
257
|
+
},
|
|
258
|
+
setGravity(t, gravity: number) {
|
|
259
|
+
// Direct resource modification within transaction
|
|
260
|
+
t.resources.gravity = gravity;
|
|
261
|
+
}
|
|
262
|
+
});
|
|
263
|
+
|
|
264
|
+
// Execute transactions (these provide observability and undo/redo)
|
|
265
|
+
const playerId = database.transactions.createPlayer({
|
|
266
|
+
position: [10, 20, 0],
|
|
267
|
+
health: 100
|
|
268
|
+
});
|
|
269
|
+
database.transactions.movePlayer({ entity: playerId, position: [15, 25, 5] });
|
|
270
|
+
|
|
271
|
+
// Observe all changes
|
|
272
|
+
database.observe.transactions((result) => {
|
|
273
|
+
console.log('Transaction applied:', result);
|
|
274
|
+
console.log('Changed entities:', result.changedEntities);
|
|
275
|
+
console.log('Undo operations:', result.undo);
|
|
276
|
+
});
|
|
277
|
+
|
|
278
|
+
// Observe specific entities
|
|
279
|
+
database.observe.entity(playerId)((entityData) => {
|
|
280
|
+
if (entityData) {
|
|
281
|
+
console.log('Player moved to:', entityData.position);
|
|
282
|
+
}
|
|
283
|
+
});
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
### What is an ECS?
|
|
287
|
+
|
|
288
|
+
Sanders Mertens also covers this thoroughly in his ECS FAQ:
|
|
289
|
+
|
|
290
|
+
[https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#what-is-ecs](https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#what-is-ecs)
|
|
291
|
+
|
|
292
|
+
In addition to the Entity, Component and System definitions which are standard, we also use the term Resource. A Resource is just a value which is defined globally on the ECS itself and not attached to any specific Entity. You can think of them as a singleton Component.
|
|
293
|
+
|
|
294
|
+
## Performance Test
|
|
295
|
+
|
|
296
|
+
[Performance Test](https://git.corp.adobe.com/pages/neuralfiltersplatform/firefly-data/docs/perftest.html)
|
|
@@ -1,17 +1,29 @@
|
|
|
1
1
|
import { RequiredComponents } from "../required-components.js";
|
|
2
2
|
import { Entity } from "../entity.js";
|
|
3
3
|
import { Table, ReadonlyTable } from "../../table/index.js";
|
|
4
|
-
import { Exact } from "../../types/types.js";
|
|
4
|
+
import { Exact, StringKeyof } from "../../types/types.js";
|
|
5
5
|
export type EntityInsertValues<C> = Omit<C, "id">;
|
|
6
6
|
export type ArchetypeId = number;
|
|
7
|
+
/**
|
|
8
|
+
* Component set that narrows iteration to known component keys
|
|
9
|
+
* while keeping .has() and set comparisons accepting any string.
|
|
10
|
+
*/
|
|
11
|
+
interface ComponentSet<T extends string> extends ReadonlySet<T> {
|
|
12
|
+
has(value: string): boolean;
|
|
13
|
+
isSupersetOf(other: ReadonlySet<string>): boolean;
|
|
14
|
+
isSubsetOf(other: ReadonlySet<string>): boolean;
|
|
15
|
+
isDisjointFrom(other: ReadonlySet<string>): boolean;
|
|
16
|
+
}
|
|
7
17
|
interface BaseArchetype {
|
|
8
18
|
readonly id: ArchetypeId;
|
|
9
19
|
readonly components: ReadonlySet<string>;
|
|
10
20
|
}
|
|
11
21
|
export interface ReadonlyArchetype<C extends RequiredComponents> extends BaseArchetype, ReadonlyTable<C> {
|
|
22
|
+
readonly components: ComponentSet<StringKeyof<C>>;
|
|
12
23
|
toData: () => unknown;
|
|
13
24
|
}
|
|
14
25
|
export interface Archetype<C extends RequiredComponents = RequiredComponents> extends BaseArchetype, Table<C> {
|
|
26
|
+
readonly components: ComponentSet<StringKeyof<C>>;
|
|
15
27
|
insert: <T extends EntityInsertValues<C>>(rowData: Exact<EntityInsertValues<C>, T>) => Entity;
|
|
16
28
|
toData: () => unknown;
|
|
17
29
|
fromData: (data: unknown) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"archetype.js","sourceRoot":"","sources":["../../../src/ecs/archetype/archetype.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"archetype.js","sourceRoot":"","sources":["../../../src/ecs/archetype/archetype.ts"],"names":[],"mappings":"AA+CA,gDAAgD;AAChD,CAAC;IAKG,2BAA2B;IAC3B,MAAM,eAAe,GAAG,CAAC,IAAmB,EAAE,EAAE;QAC5C,MAAM,SAAS,GAAoB,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QAChF,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,iBAAiB;IAC7C,CAAC,CAAC;IAEF,2CAA2C;IAC3C,MAAM,iBAAiB,GAAG,CAAC,IAAmB,EAAE,EAAE;QAC9C,MAAM,WAAW,GAAoB,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;QAChG,oDAAoD;QACpD,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-archetype.js","sourceRoot":"","sources":["../../../src/ecs/archetype/create-archetype.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAGvD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAO9C,MAAM,CAAC,MAAM,eAAe,GAAG,CAC3B,UAAa,EACb,EAAU,EACV,mBAAwC,EAC+B,EAAE;IACzE,MAAM,KAAK,GAAG,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5C,MAAM,YAAY,GAAG,CAAC,OAA4D,EAAU,EAAE;QAC1F,oCAAoC;QACpC,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,SAAgB,EAAE,OAAO,CAAC,CAAC;QACpD,kCAAkC;QAClC,MAAM,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;QAC5E,0EAA0E;QAC1E,SAAS,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,MAAa,CAAC,CAAC;QAC7C,OAAO,MAAM,CAAC;IAClB,CAAC,CAAA;IAED,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"create-archetype.js","sourceRoot":"","sources":["../../../src/ecs/archetype/create-archetype.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAGvD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAO9C,MAAM,CAAC,MAAM,eAAe,GAAG,CAC3B,UAAa,EACb,EAAU,EACV,mBAAwC,EAC+B,EAAE;IACzE,MAAM,KAAK,GAAG,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5C,MAAM,YAAY,GAAG,CAAC,OAA4D,EAAU,EAAE;QAC1F,oCAAoC;QACpC,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,SAAgB,EAAE,OAAO,CAAC,CAAC;QACpD,kCAAkC;QAClC,MAAM,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;QAC5E,0EAA0E;QAC1E,SAAS,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,MAAa,CAAC,CAAC;QAC7C,OAAO,MAAM,CAAC;IAClB,CAAC,CAAA;IAED,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;IAEtD,MAAM,SAAS,GAAG;QACd,EAAE;QACF,GAAG,KAAK;QACR,UAAU,EAAE,YAAmC;QAC/C,MAAM,EAAE,YAAY;QACpB,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;YACX,OAAO,EAAE,SAAS,CAAC,OAAO;YAC1B,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,WAAW,EAAE,SAAS,CAAC,WAAW;SACrC,CAAC;QACF,QAAQ,EAAE,CAAC,IAAa,EAAE,EAAE;YACxB,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;YAC/B,0FAA0F;QAC9F,CAAC;KAC6I,CAAC;IACnJ,OAAO,SAAS,CAAC;AACrB,CAAC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Database, SystemFunction, ServiceFactories, FromServiceFactories, type PluginComputedFactories } from "./database.js";
|
|
1
|
+
import { Database, SystemFunction, ServiceFactories, FromServiceFactories, FromComputedFactories, type PluginComputedFactories } from "./database.js";
|
|
2
2
|
import type { ComponentSchemas } from "../component-schemas.js";
|
|
3
3
|
import type { ResourceSchemas } from "../resource-schemas.js";
|
|
4
4
|
import type { ArchetypeComponents } from "../store/archetype-components.js";
|
|
@@ -64,14 +64,14 @@ export declare function createPlugin<const XP extends Database.Plugin<{}, {}, {}
|
|
|
64
64
|
components?: CS;
|
|
65
65
|
resources?: RS;
|
|
66
66
|
archetypes?: A;
|
|
67
|
-
computed?: CVF & PluginComputedFactories<FullDBForPlugin<RemoveIndex<CS>, RemoveIndex<RS>, RemoveIndex<A>,
|
|
67
|
+
computed?: CVF & PluginComputedFactories<FullDBForPlugin<RemoveIndex<CS>, RemoveIndex<RS>, RemoveIndex<A>, {}, string, RemoveIndex<AD> & XP['actions'], XP, RemoveIndex<SVF>>>;
|
|
68
68
|
transactions?: TD;
|
|
69
69
|
actions?: AD & {
|
|
70
|
-
readonly [K: string]: (db: Database<FromSchemas<RemoveIndex<CS> & XP['components']>, FromSchemas<RemoveIndex<RS> & XP['resources']>, RemoveIndex<A> & XP['archetypes'], ToTransactionFunctions<RemoveIndex<TD> & XP['transactions']>,
|
|
70
|
+
readonly [K: string]: (db: Database<FromSchemas<RemoveIndex<CS> & XP['components']>, FromSchemas<RemoveIndex<RS> & XP['resources']>, RemoveIndex<A> & XP['archetypes'], ToTransactionFunctions<RemoveIndex<TD> & XP['transactions']>, S | StringKeyof<XP['systems']>, ToActionFunctions<XP['actions']>, FromServiceFactories<RemoveIndex<SVF> & XP['services']>, FromComputedFactories<RemoveIndex<CVF> & XP['computed']>>, input?: any) => any;
|
|
71
71
|
};
|
|
72
72
|
systems?: {
|
|
73
73
|
readonly [K in S]: {
|
|
74
|
-
readonly create: (db: Database<FromSchemas<RemoveIndex<CS> & XP['components']>, FromSchemas<RemoveIndex<RS> & XP['resources']>, RemoveIndex<A> & XP['archetypes'], ToTransactionFunctions<RemoveIndex<TD> & XP['transactions']>,
|
|
74
|
+
readonly create: (db: Database<FromSchemas<RemoveIndex<CS> & XP['components']>, FromSchemas<RemoveIndex<RS> & XP['resources']>, RemoveIndex<A> & XP['archetypes'], ToTransactionFunctions<RemoveIndex<TD> & XP['transactions']>, S | StringKeyof<XP['systems']>, ToActionFunctions<RemoveIndex<AD> & XP['actions']>, FromServiceFactories<RemoveIndex<SVF> & XP['services']>, FromComputedFactories<RemoveIndex<CVF> & XP['computed']>> & {
|
|
75
75
|
readonly store: Store<FromSchemas<RemoveIndex<CS> & XP['components']>, FromSchemas<RemoveIndex<RS> & XP['resources']>, RemoveIndex<A> & XP['archetypes']>;
|
|
76
76
|
}) => SystemFunction | void;
|
|
77
77
|
readonly schedule?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-plugin.js","sourceRoot":"","sources":["../../../src/ecs/database/create-plugin.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAUvD,OAAO,EAAkB,cAAc,EAAE,MAAM,sBAAsB,CAAC;AA4BtE,SAAS,qBAAqB,CAAC,OAAgC;IAC3D,MAAM,aAAa,GAAG,CAAC,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;IACzI,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACxC,MAAM,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,OAAO,CAAC,CAAC;IAE7D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAC1C,MAAM,GAAG,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;QAC3B,MAAM,aAAa,GAAG,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QACjD,IAAI,aAAa,KAAK,CAAC,CAAC,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,6CAA6C,GAAG,4BAA4B,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC5H,CAAC;QACD,uDAAuD;QACvD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;YACzB,MAAM,OAAO,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;YAC/B,MAAM,iBAAiB,GAAG,aAAa,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;YACzD,IAAI,iBAAiB,GAAG,aAAa,EAAE,CAAC;gBACpC,MAAM,IAAI,KAAK,CACX,qCAAqC,GAAG,uBAAuB,OAAO,KAAK;oBAC3E,mBAAmB,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CACrF,CAAC;YACN,CAAC;QACL,CAAC;IACL,CAAC;AACL,CAAC;AA2DD,MAAM,UAAU,YAAY,CAWxB,
|
|
1
|
+
{"version":3,"file":"create-plugin.js","sourceRoot":"","sources":["../../../src/ecs/database/create-plugin.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAUvD,OAAO,EAAkB,cAAc,EAAE,MAAM,sBAAsB,CAAC;AA4BtE,SAAS,qBAAqB,CAAC,OAAgC;IAC3D,MAAM,aAAa,GAAG,CAAC,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;IACzI,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACxC,MAAM,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,OAAO,CAAC,CAAC;IAE7D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAC1C,MAAM,GAAG,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;QAC3B,MAAM,aAAa,GAAG,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QACjD,IAAI,aAAa,KAAK,CAAC,CAAC,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,6CAA6C,GAAG,4BAA4B,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC5H,CAAC;QACD,uDAAuD;QACvD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;YACzB,MAAM,OAAO,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;YAC/B,MAAM,iBAAiB,GAAG,aAAa,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;YACzD,IAAI,iBAAiB,GAAG,aAAa,EAAE,CAAC;gBACpC,MAAM,IAAI,KAAK,CACX,qCAAqC,GAAG,uBAAuB,OAAO,KAAK;oBAC3E,mBAAmB,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CACrF,CAAC;YACN,CAAC;QACL,CAAC;IACL,CAAC;AACL,CAAC;AA2DD,MAAM,UAAU,YAAY,CAWxB,OA8CC;IAWD,qBAAqB,CAAC,OAAO,CAAC,CAAC;IAE/B,mEAAmE;IACnE,MAAM,MAAM,GAAQ;QAChB,QAAQ,EAAE,OAAO,CAAC,QAAQ,IAAI,EAAE;QAChC,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,EAAE;QACpC,SAAS,EAAE,OAAO,CAAC,SAAS,IAAI,EAAE;QAClC,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,EAAE;QACpC,QAAQ,EAAE,OAAO,CAAC,QAAQ,IAAI,EAAE;QAChC,YAAY,EAAE,OAAO,CAAC,YAAY,IAAI,EAAE;QACxC,OAAO,EAAE,OAAO,CAAC,OAAO,IAAI,EAAE;QAC9B,OAAO,EAAE,OAAO,CAAC,OAAO,IAAI,EAAE;KACjC,CAAC;IAEF,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;QAClB,OAAO,cAAc,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,CAAQ,CAAC;IAC1D,CAAC;IACD,OAAO,MAAa,CAAC;AACzB,CAAC"}
|
|
@@ -77,6 +77,39 @@ function validTypeInferenceTests() {
|
|
|
77
77
|
actions: {},
|
|
78
78
|
systems: {},
|
|
79
79
|
});
|
|
80
|
+
// Test: Computed + transactions co-inference
|
|
81
|
+
// When both computed and transactions are defined in the same plugin,
|
|
82
|
+
// TypeScript must infer TD from the transactions property independently
|
|
83
|
+
// of the CVF contextual typing in the computed property.
|
|
84
|
+
const basePluginForComputed = createPlugin({
|
|
85
|
+
components: {
|
|
86
|
+
x: { type: "number" },
|
|
87
|
+
},
|
|
88
|
+
archetypes: {
|
|
89
|
+
X: ["x"],
|
|
90
|
+
},
|
|
91
|
+
transactions: {
|
|
92
|
+
setX: (store, value) => {
|
|
93
|
+
store.update(0, { x: value });
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
});
|
|
97
|
+
const computedWithTransactions = createPlugin({
|
|
98
|
+
extends: basePluginForComputed,
|
|
99
|
+
resources: {
|
|
100
|
+
panelVisible: { default: true },
|
|
101
|
+
},
|
|
102
|
+
computed: {
|
|
103
|
+
panelVisible: (db) => {
|
|
104
|
+
return Observe.fromConstant(true);
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
transactions: {
|
|
108
|
+
togglePanel: (store) => {
|
|
109
|
+
store.resources.panelVisible = !store.resources.panelVisible;
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
});
|
|
80
113
|
// Test: Valid systems with transactions
|
|
81
114
|
const validSystemPlugin = createPlugin({
|
|
82
115
|
components: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-plugin.type-test.js","sourceRoot":"","sources":["../../../src/ecs/database/create-plugin.type-test.ts"],"names":[],"mappings":"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"}
|
|
@@ -97,17 +97,28 @@ export interface Database<C extends Components = {}, R extends ResourceComponent
|
|
|
97
97
|
readonly functions: {
|
|
98
98
|
readonly [K in S]: SystemFunction | null;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
/** Tier order for execution. Looser type allows extended dbs to be assignable to base. */
|
|
101
|
+
readonly order: ReadonlyArray<ReadonlyArray<string>>;
|
|
101
102
|
};
|
|
102
103
|
toData(): unknown;
|
|
103
104
|
fromData(data: unknown): void;
|
|
104
105
|
extend<P extends Database.Plugin<any, any, any, any, any, any, any, any>>(plugin: P): Database<C & (P extends Database.Plugin<infer XC, any, any, any, any, any, any, any> ? FromSchemas<XC> : never), R & (P extends Database.Plugin<any, infer XR, any, any, any, any, any, any> ? FromSchemas<XR> : never), A & (P extends Database.Plugin<any, any, infer XA, any, any, any, any, any> ? XA : never), F & (P extends Database.Plugin<any, any, any, infer XTD, any, any, any, any> ? ToTransactionFunctions<XTD> : never), S | (P extends Database.Plugin<any, any, any, any, infer XS, any, any, any> ? XS : never), AF & (P extends Database.Plugin<any, any, any, any, any, infer XAD, any, any> ? ToActionFunctions<XAD> : never), SV & (P extends Database.Plugin<any, any, any, any, any, any, infer XSVF, any> ? FromServiceFactories<XSVF> : never), CV & (P extends Database.Plugin<any, any, any, any, any, any, any, infer XCVF> ? FromComputedFactories<XCVF> : never)>;
|
|
105
106
|
}
|
|
106
107
|
export declare namespace Database {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
type
|
|
108
|
+
/** Stepwise inference helpers - each infers one Plugin param to reduce compiler depth. */
|
|
109
|
+
type FromPluginComponents<P> = P extends Database.Plugin<infer CS, any, any, any, any, any, any, any> ? CS : never;
|
|
110
|
+
type FromPluginResources<P> = P extends Database.Plugin<any, infer RS, any, any, any, any, any, any> ? RS : never;
|
|
111
|
+
type FromPluginArchetypes<P> = P extends Database.Plugin<any, any, infer A, any, any, any, any, any> ? A : never;
|
|
112
|
+
type FromPluginTransactions<P> = P extends Database.Plugin<any, any, any, infer TD, any, any, any, any> ? TD : never;
|
|
113
|
+
type FromPluginSystems<P> = P extends Database.Plugin<any, any, any, any, infer S, any, any, any> ? S : never;
|
|
114
|
+
type FromPluginActions<P> = P extends Database.Plugin<any, any, any, any, any, infer AD, any, any> ? AD : never;
|
|
115
|
+
type FromPluginServices<P> = P extends Database.Plugin<any, any, any, any, any, any, infer SVF, any> ? SVF : never;
|
|
116
|
+
type FromPluginComputed<P> = P extends Database.Plugin<any, any, any, any, any, any, any, infer CVF> ? CVF : never;
|
|
117
|
+
export type FromPlugin<P extends Database.Plugin> = P extends Database.Plugin ? Database<FromSchemas<FromPluginComponents<P>>, FromSchemas<FromPluginResources<P>>, FromPluginArchetypes<P>, ToTransactionFunctions<FromPluginTransactions<P>>, FromPluginSystems<P>, ToActionFunctions<FromPluginActions<P>>, FromServiceFactories<FromPluginServices<P>>, FromComputedFactories<FromPluginComputed<P>>> : never;
|
|
118
|
+
export const create: typeof createDatabase;
|
|
119
|
+
export const is: (value: unknown) => value is Database;
|
|
120
|
+
export const observeSelectDeep: <C extends Components, Include extends StringKeyof<C>>(db: Database<C, any, any, any, any, any, any, any>, include: readonly Include[] | ReadonlySet<Include | "id">, options?: EntitySelectOptions<C, Pick<C & RequiredComponents, Include>>) => Observe<readonly (RequiredComponents & { readonly [K in Include]: C[K]; })[]>;
|
|
121
|
+
export type Plugin<CS extends ComponentSchemas = any, RS extends ResourceSchemas = any, A extends ArchetypeComponents<StringKeyof<CS>> = any, TD extends TransactionDeclarations<FromSchemas<CS>, FromSchemas<RS>, any> = any, S extends string = any, AD extends ActionDeclarations<FromSchemas<CS>, FromSchemas<RS>, A, ToTransactionFunctions<TD>, S> = any, SVF extends ServiceFactories = any, CVF extends ComputedFactories = any> = {
|
|
111
122
|
readonly components: CS;
|
|
112
123
|
readonly resources: RS;
|
|
113
124
|
readonly archetypes: A;
|
|
@@ -117,7 +128,7 @@ export declare namespace Database {
|
|
|
117
128
|
readonly services: SVF;
|
|
118
129
|
readonly computed: CVF;
|
|
119
130
|
};
|
|
120
|
-
namespace Plugin {
|
|
131
|
+
export namespace Plugin {
|
|
121
132
|
const create: typeof createPlugin;
|
|
122
133
|
const combine: typeof combinePlugins;
|
|
123
134
|
type ToDatabase<P extends Database.Plugin> = Database.FromPlugin<P>;
|
|
@@ -126,4 +137,5 @@ export declare namespace Database {
|
|
|
126
137
|
readonly store: Database.Plugin.ToStore<P>;
|
|
127
138
|
};
|
|
128
139
|
}
|
|
140
|
+
export {};
|
|
129
141
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// © 2026 Adobe. MIT License. See /LICENSE for details.
|
|
2
2
|
import { createDatabase } from "./public/create-database.js";
|
|
3
|
+
import { observeSelectDeep as _observeSelectDeep } from "./public/observe-select-deep.js";
|
|
3
4
|
import { createPlugin } from "./create-plugin.js";
|
|
4
5
|
import { combinePlugins } from "./combine-plugins.js";
|
|
5
6
|
export var Database;
|
|
@@ -8,6 +9,7 @@ export var Database;
|
|
|
8
9
|
Database.is = (value) => {
|
|
9
10
|
return value !== null && typeof value === "object" && "transactions" in value && "actions" in value && "store" in value && "observe" in value && "system" in value && "extend" in value;
|
|
10
11
|
};
|
|
12
|
+
Database.observeSelectDeep = _observeSelectDeep;
|
|
11
13
|
let Plugin;
|
|
12
14
|
(function (Plugin) {
|
|
13
15
|
Plugin.create = createPlugin;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database.js","sourceRoot":"","sources":["../../../src/ecs/database/database.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAevD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,IAAI,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAc1F,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAoGtD,MAAM,KAAW,QAAQ,CA4DxB;AA5DD,WAAiB,QAAQ;IAwBV,eAAM,GAAG,cAAc,CAAC;IAExB,WAAE,GAAG,CAAC,KAAc,EAAqB,EAAE;QACtD,OAAO,KAAK,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,cAAc,IAAI,KAAK,IAAI,SAAS,IAAI,KAAK,IAAI,OAAO,IAAI,KAAK,IAAI,SAAS,IAAI,KAAK,IAAI,QAAQ,IAAI,KAAK,IAAI,QAAQ,IAAI,KAAK,CAAC;IAC1L,CAAC,CAAA;IAEY,0BAAiB,GAAG,kBAAkB,CAAC;IAsBpD,IAAiB,MAAM,CAMtB;IAND,WAAiB,MAAM;QACR,aAAM,GAAG,YAAY,CAAC;QACtB,cAAO,GAAG,cAAc,CAAC;IAIxC,CAAC,EANgB,MAAM,GAAN,eAAM,KAAN,eAAM,QAMtB;AAEH,CAAC,EA5DgB,QAAQ,KAAR,QAAQ,QA4DxB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./public/create-database.js";
|
|
2
|
+
export * from "./public/observe-select-deep.js";
|
|
2
3
|
export * from "./reconciling/create-reconciling-database.js";
|
|
3
4
|
export * from "./reconciling/reconciling-database.js";
|
|
4
5
|
export * from "./reconciling/reconciling-entry.js";
|
|
@@ -9,3 +10,4 @@ export * from "./observe-dependent-value.js";
|
|
|
9
10
|
export * from "./transactional-store/index.js";
|
|
10
11
|
export * from "./database-schema/index.js";
|
|
11
12
|
export type { Undoable } from "./undoable.js";
|
|
13
|
+
export * from "./combine-plugins.js";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// © 2026 Adobe. MIT License. See /LICENSE for details.
|
|
2
2
|
export * from "./public/create-database.js";
|
|
3
|
+
export * from "./public/observe-select-deep.js";
|
|
3
4
|
export * from "./reconciling/create-reconciling-database.js";
|
|
4
5
|
export * from "./reconciling/reconciling-database.js";
|
|
5
6
|
export * from "./reconciling/reconciling-entry.js";
|
|
@@ -9,4 +10,5 @@ export * from "./database.js";
|
|
|
9
10
|
export * from "./observe-dependent-value.js";
|
|
10
11
|
export * from "./transactional-store/index.js";
|
|
11
12
|
export * from "./database-schema/index.js";
|
|
13
|
+
export * from "./combine-plugins.js";
|
|
12
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ecs/database/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,iCAAiC,CAAC;AAChD,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,sBAAsB,CAAC"}
|