1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext/tls
Bartek Iwańczuk 2cd5f64695 fix: Split extension registration and snapshotting (#18098)
This commit partially reverts changes from
https://github.com/denoland/deno/pull/18095.

Turns out I made a mistake that became apparent when working
on removing "RuntimeOptions::extensions_with_js" in a follow up.
2023-03-10 13:02:12 +09:00
..
Cargo.toml 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
lib.rs fix: Split extension registration and snapshotting (#18098) 2023-03-10 13:02:12 +09:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_tls

This crate implements common utilities for TLS handling in other Deno extensions.