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
[skjson] Rename sk_freeze and remove unused export (#806)
I noticed while adding an optional default parameter to Values#getUnique
that it's probably a footgun to export `sk_freeze` from skjson via
`core`'s index.ts, since it doesn't actually _freeze_, just adds the
hidden property that we use to track frozen-ness.
This PR drops that export and renames to avoid confusion.
0 commit comments