1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext/node
Bartek Iwańczuk 5b07522349
BREAKING(unstable): change return type of Deno.serve() API (#19189)
This commit changes the return type of an unstable `Deno.serve()` API
to instead return a `Deno.Server` object that has a `finished` field.

This change is done in preparation to be able to ref/unref the HTTP
server.
2023-05-19 02:59:23 +02:00
..
ops refactor(node): reimplement http client (#19122) 2023-05-17 01:20:32 +02:00
polyfills BREAKING(unstable): change return type of Deno.serve() API (#19189) 2023-05-19 02:59:23 +02:00
analyze.rs fix(npm): add performance.markResourceTiming sham (#19123) 2023-05-16 05:16:24 +02:00
build.rs
Cargo.toml chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-08 11:02:02 -04:00
errors.rs
lib.rs fix(ext/node): make nodeGlobalThis configurable (#19163) 2023-05-17 15:23:18 +03:00
package_json.rs refactor(ext/node): combine deno_node::Fs with deno_fs::FileSystem (#18991) 2023-05-05 16:44:24 +00:00
path.rs
polyfill.rs fix(node): export diagnostics_channel module (#19167) 2023-05-17 12:29:50 +00:00
README.md
resolution.rs fix(node): conditional exports edge case (#19082) 2023-05-10 23:55:48 +02:00

deno_node

require and other node related functionality for Deno.