Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-04 | Fix napi | 1 | -5/+79 | ||
2023-07-03 | Fixes #3317 | 1 | -7/+10 | ||
2023-07-01 | Use `BunString` in `SystemError` (#3485) | 1 | -5/+24 | ||
* Use `BunString` in SystemError * Use Bun::toStringRef when we will de-ref strings * Move `napi_create_error` to C++ to support `code` being a Symbol potentially * Update blob.zig * Make this test less flaky --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-02 | [napi] some fixes for prisma (#3176) | 1 | -9/+32 | ||
* patch create object, so it can be used on wrap * cleanup * cleanup * dont override napiRef * make wrap strong ref * workaround tests * remove work around | |||||
2023-05-20 | Fixes #2976 | 1 | -2/+2 | ||
2023-05-17 | Do the WebKit upgrade | 1 | -6/+5 | ||
2023-02-15 | don't return an error there | 1 | -1/+0 | ||
2023-02-15 | ensure we allocate for > 6 arguments | 1 | -6/+13 | ||
2023-02-13 | feat(napi): add `napi_get_value_bigint_words` (#2061) | 1 | -0/+42 | ||
* feat(napi): add `napi_get_value_bigint_words` * fix(napi): handle `napi_get_value_bigint_words` arr too small | |||||
2023-02-11 | [WIP] feat(napi): add `napi-fatal-exception` (#2054) | 1 | -0/+15 | ||
* feat(napi): add `napi-fatal-exception` * fix(napi): fatal_exception - add symbol to list, don't optimize away | |||||
2023-01-23 | [napi] Support defining properties with symbol as names | 1 | -12/+36 | ||
2023-01-23 | [napi] Handle missing description in `napi_create_symbol` | 1 | -0/+31 | ||
2023-01-05 | Clean up some napi code | 1 | -45/+78 | ||
2023-01-05 | napi_boolean -> napi_number | 1 | -1/+1 | ||
2023-01-05 | Fixes #1733 | 1 | -10/+78 | ||
2023-01-03 | Stub out missing napi functions and include error message | 1 | -1/+1 | ||
2022-12-16 | [napi] Implement `napi_create_bigint_words` | 1 | -0/+30 | ||
warning: not tested | |||||
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 | ||