snek

Results 73 issues of snek

exposes node-api symbols in denort so that `deno compile` can run native addons.

ci-draft

implement local inspector future changes: - wire up InspectorServer to enable open/close/url - wire up connectToMainThread Fixes https://github.com/denoland/deno/issues/25004

ci-draft

Fixes: https://github.com/denoland/deno/issues/24713 Fixes: https://github.com/denoland/deno/issues/25855

ci-draft

Initial import of OTEL code supporting tracing. Metrics soon to come. Implements APIs for https://jsr.io/@deno/otel so that code using OpenTelemetry.js just works tm.

it would be nice if the generated lexicon files were a separate package. copying them from this repo or from the atproto repo is pretty hacky, and after that you...

add apis needed for https://github.com/denoland/deno/pull/28929

in 13.6 the cppgc heap is automatically created, so we can remove our initialization for it. also updated `dcore` to run worker tests properly, since i was trying to debug...

we have a native linux aarch64 runner now, so we can use that instead of qemu :D

Support sending and receiving custom settings. Fixes: https://github.com/hyperium/h2/issues/729