aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigGeneratedClasses.cpp
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-19 01:18:58 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-19 01:18:58 -0800
commit68b55cd855249964fbb9b9d74d1303cae9993904 (patch)
tree682044fe4404736e6e6dd970390f1ac07fe942d3 /src/bun.js/bindings/ZigGeneratedClasses.cpp
parent43b4e1b67bad69ac4da193ea2ac603b1a985839e (diff)
downloadbun-68b55cd855249964fbb9b9d74d1303cae9993904.tar.gz
bun-68b55cd855249964fbb9b9d74d1303cae9993904.tar.zst
bun-68b55cd855249964fbb9b9d74d1303cae9993904.zip
Implement a singleton version of `napi_get_instance_data` and `napi_set_instance_data`
Still need to figure out how to do this without adding a layer of indirection to the global object as exposed to NAPI Addons This code is not tested
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses.cpp')
0 files changed, 0 insertions, 0 deletions
arn-exp-flag'>warn-exp-flag Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/asset-url-base (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-23Fixes edge middleware calling nested routes (#10215)Gravatar Matthew Phillips 2-1/+6
2024-02-23Adds an error message for non-string transition:name values (#10205)Gravatar Martin Trapp 2-0/+8
2024-02-23[ci] formatGravatar Furkan Erdem 1-1/+1
2024-02-23Fix(node): Custom headers are not present in responses from standalone Node ↵Gravatar Furkan Erdem 8-0/+163
server in preview mode (#10208) * fix(node): add user specified headers to preview server responses * docs: clarify comment * style: new line * test: remove test * chore: add changeset