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
The JsWriter API uses a Vec<u8>, but I believe this can be converted to a String unchecked because it's working from strings. This would be beneficial because then we could pass the string to deno_core as a known utf8 string.
The JsWriter API uses a
Vec<u8>
, but I believe this can be converted to aString
unchecked because it's working from strings. This would be beneficial because then we could pass the string to deno_core as a known utf8 string.See denoland/deno#26555
The text was updated successfully, but these errors were encountered: