Source Maps for client-side errors & columns

This commit is contained in:
Jarred Sumner
2022-03-11 00:03:09 -08:00
parent c8f6337f1f
commit 44b0c8153a
21 changed files with 115078 additions and 578 deletions

View File

@@ -486,8 +486,7 @@ pub const TextDecoder = struct {
}
}
}
return str.toValueGC(ctx.ptr()).asObjectRef();
return str.toValue(ctx.ptr()).asObjectRef();
},
EncodingLabel.@"UTF-16LE" => {