This commit is contained in:
Chris Wanstrath 2025-10-29 13:26:04 -07:00
parent 5594fc4fe0
commit 6ca8d05c66

View File

@ -31,5 +31,5 @@ export const dict = {
} }
// raw functions deal directly in Value types, meaning we can modify collection // raw functions deal directly in Value types, meaning we can modify collection
// careful - the MUST return a Value! // careful - they MUST return a Value!
; (dict.set as any).raw = true ; (dict.set as any).raw = true