PR #5003 attempted to remove unsafe-eval / new Function usage from the TypeScript SDK. Reimplement that change properly after closing the PR. Preserve the goal, but revisit the design and codegen/runtime tradeoffs. Original PR: https://github.com/clockworklabs/SpacetimeDB/pull/5003
PR #5003 attempted to remove unsafe-eval / new Function usage from the TypeScript SDK.
Reimplement that change properly after closing the PR. Preserve the goal, but revisit the design and codegen/runtime tradeoffs.
Original PR: #5003