You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
b51d9cd: Rename sandbox.precompile() → sandbox.prepare() and prefix.run() → prefix.execute(). The new names are the canonical API; the former names remain as deprecated aliases with identical behavior (they delegate to the same implementation) and are slated for removal in a future major. No behavior change — existing code keeps working. Sandbox.prepare and Prefix.execute are first-class members of the public type surface; precompile/run carry @deprecated JSDoc.