deno
deno copied to clipboard
napi_define_properties does not handle getter and setter
getter and setter fields from the property descriptor are ignored. This is one of the reasons why fsevents wasn't working (ref #16273)
Depends on https://github.com/denoland/deno/pull/17604