mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-17 07:41:45 -04:00
156d515afe
# Description of Changes Removes all references to `Promise.withResolvers` from the codebase since it's not supported universally and replaces it with the classic pre-ES2024 deferred pattern. See #5031 and #5342. Also adds a lint to avoid re-introducing it in the future. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing ...