@adobe/data 0.9.17 → 0.9.19
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}/database/create-plugin.d.ts +3 -3
- package/{ecs → dist/ecs}/database/create-plugin.js.map +1 -1
- package/{ecs → dist/ecs}/database/database.d.ts +17 -6
- package/dist/ecs/database/database.js.map +1 -0
- package/{ecs → dist/ecs}/database/index.d.ts +1 -0
- package/{ecs → dist/ecs}/database/index.js +1 -0
- package/{ecs → dist/ecs}/database/index.js.map +1 -1
- 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}/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/dist/package.json +183 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +50 -47
- package/ecs/database/database.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/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.d.ts +0 -0
- /package/{ecs → dist/ecs}/archetype/archetype.js +0 -0
- /package/{ecs → dist/ecs}/archetype/archetype.js.map +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.js.map +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/create-plugin.type-test.js +0 -0
- /package/{ecs → dist/ecs}/database/create-plugin.type-test.js.map +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.js +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 → dist/ecs}/database/public/index.d.ts +0 -0
- /package/{ecs → dist/ecs}/database/public/index.js +0 -0
- /package/{ecs → dist/ecs}/database/public/index.js.map +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 → 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 → 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 → 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 → 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 → 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 → 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 → 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 → 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/{ecs → 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/{ecs → 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/{equals-shallow.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/{equals.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 → 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 → 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 → 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/{functions → 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/{functions → 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/{internal → 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/{internal → 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 → 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 → 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 → 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 → 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 → 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/{math → 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/{math → 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/functions.d.ts +0 -0
- /package/{math → dist/math}/vec2/functions.js +0 -0
- /package/{math → dist/math}/vec2/functions.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 → 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 → 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 → 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/{observe → 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/{observe → 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 → 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 → 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 → 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/{old-ecs → 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/{old-ecs → 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 → 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 → 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 → 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 → 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/{schema → 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/{schema → 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.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/{service → 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 → 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/{table → 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/{table → 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 → 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 → 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 → 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 → 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 → 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 → 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 → 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 → 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 → 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 → 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 → 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.d.ts +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.d.ts +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,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";
|
|
@@ -67,11 +67,11 @@ export declare function createPlugin<const XP extends Database.Plugin<{}, {}, {}
|
|
|
67
67
|
computed?: CVF & PluginComputedFactories<FullDBForPlugin<RemoveIndex<CS>, RemoveIndex<RS>, RemoveIndex<A>, RemoveIndex<TD>, 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"}
|
|
@@ -97,17 +97,27 @@ 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 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
121
|
readonly components: CS;
|
|
112
122
|
readonly resources: RS;
|
|
113
123
|
readonly archetypes: A;
|
|
@@ -117,7 +127,7 @@ export declare namespace Database {
|
|
|
117
127
|
readonly services: SVF;
|
|
118
128
|
readonly computed: CVF;
|
|
119
129
|
};
|
|
120
|
-
namespace Plugin {
|
|
130
|
+
export namespace Plugin {
|
|
121
131
|
const create: typeof createPlugin;
|
|
122
132
|
const combine: typeof combinePlugins;
|
|
123
133
|
type ToDatabase<P extends Database.Plugin> = Database.FromPlugin<P>;
|
|
@@ -126,4 +136,5 @@ export declare namespace Database {
|
|
|
126
136
|
readonly store: Database.Plugin.ToStore<P>;
|
|
127
137
|
};
|
|
128
138
|
}
|
|
139
|
+
export {};
|
|
129
140
|
}
|
|
@@ -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,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAoGtD,MAAM,KAAW,QAAQ,CA0DxB;AA1DD,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;IAsBD,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,EA1DgB,QAAQ,KAAR,QAAQ,QA0DxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ecs/database/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,cAAc,6BAA6B,CAAC;AAC5C,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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ecs/database/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,cAAc,6BAA6B,CAAC;AAC5C,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"}
|
|
@@ -157,4 +157,82 @@ function testSystemsAndActionsInference() {
|
|
|
157
157
|
});
|
|
158
158
|
const db = Database.create(extendedPlugin);
|
|
159
159
|
}
|
|
160
|
+
// ============================================================================
|
|
161
|
+
// EXTENDED DB ASSIGNABLE TO BASE DB (computed type)
|
|
162
|
+
// ============================================================================
|
|
163
|
+
/**
|
|
164
|
+
* Verifies that db from an extended plugin's system create callback can be passed
|
|
165
|
+
* to a function expecting the base database type. This catches the "computed:
|
|
166
|
+
* unknown" bug where system create's db lacked the 8th Database parameter.
|
|
167
|
+
* We use Pick to test only resources and computed (the structural assignment).
|
|
168
|
+
*/
|
|
169
|
+
function testExtendedDbAssignableToBaseDb() {
|
|
170
|
+
const basePlugin = Database.Plugin.create({
|
|
171
|
+
components: { pos: { type: "number" } },
|
|
172
|
+
resources: { scale: { default: 1 } },
|
|
173
|
+
archetypes: { Entity: ["pos"] },
|
|
174
|
+
transactions: {},
|
|
175
|
+
actions: {},
|
|
176
|
+
systems: {},
|
|
177
|
+
});
|
|
178
|
+
const extendedPlugin = Database.Plugin.create({
|
|
179
|
+
extends: basePlugin,
|
|
180
|
+
components: { vel: { type: "number" } },
|
|
181
|
+
resources: {},
|
|
182
|
+
archetypes: { Moving: ["pos", "vel"] },
|
|
183
|
+
transactions: {},
|
|
184
|
+
actions: {},
|
|
185
|
+
systems: {
|
|
186
|
+
update: {
|
|
187
|
+
create: (db) => {
|
|
188
|
+
fnExpectingBaseResourcesAndComputed(db);
|
|
189
|
+
return () => { };
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
});
|
|
194
|
+
function fnExpectingBaseResourcesAndComputed(db) {
|
|
195
|
+
return db.resources.scale;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
// ============================================================================
|
|
199
|
+
// EXTENDED DB ASSIGNABLE TO BASE DB (system.functions)
|
|
200
|
+
// ============================================================================
|
|
201
|
+
/**
|
|
202
|
+
* Verifies that db from an extended plugin's system create callback has
|
|
203
|
+
* system.functions with specific keys (not { [x: string]: ... }). This catches
|
|
204
|
+
* the "S = string" bug where system create's db had an index signature.
|
|
205
|
+
* We test resources + system.functions.input (avoids system.order variance).
|
|
206
|
+
*/
|
|
207
|
+
function testExtendedDbAssignableToBaseDbWithSystems() {
|
|
208
|
+
const basePlugin = Database.Plugin.create({
|
|
209
|
+
components: { pos: { type: "number" } },
|
|
210
|
+
resources: { scale: { default: 1 } },
|
|
211
|
+
archetypes: { Entity: ["pos"] },
|
|
212
|
+
transactions: {},
|
|
213
|
+
actions: {},
|
|
214
|
+
systems: {
|
|
215
|
+
input: { create: (db) => () => { } },
|
|
216
|
+
},
|
|
217
|
+
});
|
|
218
|
+
const extendedPlugin = Database.Plugin.create({
|
|
219
|
+
extends: basePlugin,
|
|
220
|
+
components: { vel: { type: "number" } },
|
|
221
|
+
resources: {},
|
|
222
|
+
archetypes: { Moving: ["pos", "vel"] },
|
|
223
|
+
transactions: {},
|
|
224
|
+
actions: {},
|
|
225
|
+
systems: {
|
|
226
|
+
update: {
|
|
227
|
+
create: (db) => {
|
|
228
|
+
fnExpectingBaseResourcesAndInputSystem(db);
|
|
229
|
+
return () => { };
|
|
230
|
+
},
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
});
|
|
234
|
+
function fnExpectingBaseResourcesAndInputSystem(db) {
|
|
235
|
+
return db.resources.scale + (db.system.functions.input ? 1 : 0);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
160
238
|
//# sourceMappingURL=create-database.type-test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-database.type-test.js","sourceRoot":"","sources":["../../../../src/ecs/database/public/create-database.type-test.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-database.type-test.js","sourceRoot":"","sources":["../../../../src/ecs/database/public/create-database.type-test.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,6 +11,6 @@ export * from "./resource-schemas.js";
|
|
|
11
11
|
export * from "./undo-redo-service/index.js";
|
|
12
12
|
export * from "./persistence-service/index.js";
|
|
13
13
|
export { applyOperations } from "./database/transactional-store/apply-operations.js";
|
|
14
|
-
export
|
|
14
|
+
export * from "./plugins/index.js";
|
|
15
15
|
export * from "./store/transaction-functions.js";
|
|
16
16
|
export { Entity } from "./entity.js";
|
|
@@ -9,7 +9,7 @@ export * from "./resource-schemas.js";
|
|
|
9
9
|
export * from "./undo-redo-service/index.js";
|
|
10
10
|
export * from "./persistence-service/index.js";
|
|
11
11
|
export { applyOperations } from "./database/transactional-store/apply-operations.js";
|
|
12
|
-
export
|
|
12
|
+
export * from "./plugins/index.js";
|
|
13
13
|
export * from "./store/transaction-functions.js";
|
|
14
14
|
// Export Entity type and namespace
|
|
15
15
|
export { Entity } from "./entity.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ecs/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AACrF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ecs/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AACrF,cAAc,oBAAoB,CAAC;AACnC,cAAc,kCAAkC,CAAC;AAEjD,mCAAmC;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type SchedulerState = "running" | "paused" | "disposed";
|
|
2
|
+
export declare const scheduler: import("../../index.js").CombinePlugins<[import("../../index.js").Database.Plugin<{}, {}, {}, {}, never, {}, {}, {}>, import("../../index.js").Database.Plugin<{}, {
|
|
3
|
+
readonly schedulerState: {
|
|
4
|
+
readonly default: SchedulerState;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, "schedulerSystem", import("../../index.js").ActionDeclarations<import("../../../schema/from-schemas.js").FromSchemas<{}>, import("../../../schema/from-schemas.js").FromSchemas<{
|
|
7
|
+
readonly schedulerState: {
|
|
8
|
+
readonly default: SchedulerState;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, import("../../index.js").ToTransactionFunctions<{}>, "schedulerSystem">, {}, {}>]>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler.js","sourceRoot":"","sources":["../../../../src/ecs/plugins/scheduler/scheduler.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAI/D,MAAM,CAAC,MAAM,SAAS,GAAG,YAAY,CAAC;IAClC,SAAS,EAAE;QACP,cAAc,EAAE,EAAE,OAAO,EAAE,SAA2B,EAAE;KAC3D;IACD,OAAO,EAAE;QACL,eAAe,EAAE;YACb,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE;gBACX,oBAAoB;gBACpB,MAAM,YAAY,GAAG,KAAK,IAAI,EAAE;oBAC5B,IAAI,EAAE,CAAC,SAAS,CAAC,cAAc,KAAK,SAAS,EAAE,CAAC;wBAC5C,kEAAkE;wBAClE,KAAK,MAAM,IAAI,IAAI,EAAE,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;4BACjC,yFAAyF;4BACzF,MAAM,OAAO,CAAC,GAAG,CACb,IAAI;iCACC,MAAM,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,KAAK,iBAAiB,CAAC;iCACpD,GAAG,CAAC,CAAC,IAAY,EAAE,EAAE;gCAClB,MAAM,QAAQ,GAAG,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,IAAwC,CAAC,CAAC;gCAC/E,IAAI,QAAQ,IAAI,IAAI,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;oCAC7C,6EAA6E;oCAC7E,OAAO,OAAO,CAAC,OAAO,EAAE,CAAC;gCAC7B,CAAC;gCACD,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE,CAAC;oCACjC,MAAM,IAAI,KAAK,CACX,WAAW,IAAI,uBAAuB;wCACtC,sBAAsB,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CACtE,CAAC;gCACN,CAAC;gCACD,OAAO,QAAQ,EAAE,CAAC;4BACtB,CAAC,CAAC,CACT,CAAC;wBACN,CAAC;oBACL,CAAC;oBAED,IAAI,EAAE,CAAC,SAAS,CAAC,cAAc,KAAK,UAAU,EAAE,CAAC;wBAC7C,qBAAqB,CAAC,YAAY,CAAC,CAAC;oBACxC,CAAC;gBACL,CAAC,CAAC;gBAEF,2FAA2F;gBAC3F,qBAAqB,CAAC,YAAY,CAAC,CAAC;gBAEpC,yEAAyE;gBACzE,OAAO,GAAG,EAAE;oBACR,6DAA6D;gBACjE,CAAC,CAAC;YACN,CAAC;SACJ;KACJ;CACJ,CAAC,CAAC"}
|
|
@@ -2,3 +2,4 @@ export * from "./store.js";
|
|
|
2
2
|
export * from "./archetype-components.js";
|
|
3
3
|
export type { EntityReadValues, EntityUpdateValues, ArchetypeQueryOptions } from "./core/core.js";
|
|
4
4
|
export type { EntitySelectOptions } from "./entity-select-options.js";
|
|
5
|
+
export * from "./action-functions.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ecs/store/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,cAAc,YAAY,CAAC;AAC3B,cAAc,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ecs/store/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,cAAc,YAAY,CAAC;AAC3B,cAAc,2BAA2B,CAAC;AAG1C,cAAc,uBAAuB,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare const NONE = 0;
|
|
|
17
17
|
*/
|
|
18
18
|
export declare const getName: (face: AabbFace) => string;
|
|
19
19
|
/**
|
|
20
|
-
* Get the normal vector for a given AABB face
|
|
20
|
+
* Get the normal vector for a given AABB face (outward from surface).
|
|
21
21
|
*/
|
|
22
22
|
export declare const getNormal: (face: AabbFace) => Vec3;
|
|
23
23
|
export declare function getFaces(face: AabbFace): IterableIterator<AabbFace>;
|