Divy Srivastava
Divy Srivastava
Picked up from branch `kdy1/dev`. Nothing to see yet :) ...
getter and setter fields from the property descriptor are ignored. This is one of the reasons why `fsevents` wasn't working (ref #16273)
Fixes https://github.com/denoland/deno/issues/17509 This fixes the bug that blocked loading `fsevents` in Deno.
Simple example like this causes a hot loop in Deno's implementation. The module continues to function, see below: ```c // from fsevents ... CHECK(napi_create_threadsafe_function(env, argv[3], asyncResource, asyncName, 0, 2, NULL,...
Hi, below are results from a "Hello World" micro-benchmark comparing hyper 1.0 (52f192593fb9ebcf6d3894e0c85cbf710da4decd) and uWebSocket both running on a current_thread event loop. ``` # uWebSocket divy@mini ~> wrk -d 10s...
The latest rewrite brought a lot of breaking changes for users, for the better. It will be part of 0.9 stable. - [ ] &str, String, Vec and Box support....
Fixes https://github.com/denoland/deno/issues/21666 Zero added dependency and tries to match the libuv implementation