Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-19 | Implement a singleton version of `napi_get_instance_data` and ↵ | 1 | -0/+28 | ||
`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 | |||||
2022-11-10 | Implement `napi_create_external` and `napi_get_value_external` | 1 | -0/+47 | ||
2022-10-01 | [napi] Implement `napi_remove_wrap` | 1 | -0/+30 | ||
2022-10-01 | Add missing type check to `napi_wrap` | 1 | -3/+21 | ||
Fixes https://github.com/oven-sh/bun/issues/1286 | |||||
2022-09-28 | Clean up some of the event loop code | 1 | -9/+10 | ||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -0/+6 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 1 | -0/+16 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-17 | Fix napi module registration | 1 | -0/+2 | ||
Fixes https://github.com/oven-sh/bun/issues/1240 | |||||
2022-09-03 | [Node API] Fix `napi_module_register` | 1 | -7/+36 | ||
2022-09-01 | Fix crash in napi finalizer | 1 | -1/+1 | ||
2022-08-26 | Implement `napi_add_finalizer` | 1 | -0/+13 | ||
2022-08-12 | Update WebKit | 1 | -1/+1 | ||
2022-07-13 | fix(napi): gurantee -> guarantee (#683) | 1 | -2/+2 | ||
2022-07-12 | [napi] Implement `napi_get_property_names` | 1 | -0/+27 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1293 | ||