aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/ResolveMessage.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-07implement fetching data urls (#4000)Gravatar Dylan Conway 1-0/+3
* fetch data urls * `byteSlice` * deinit slice * allocate `mime_type` string if needed * `content_type_allocated` and uncomment tests * `str_` * createAtom and slice decode result
2023-05-17Make `BuildError` and `ResolveError` use C++ instead of JSC C APIGravatar Jarred Sumner 1-0/+174
Fixes memory leak with private data never being cleared Fixes a case where a ResolveError could actually be a BuildError