mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
Move resource_table from deno::State to deno_core::Isolate (#4834)
This commit is contained in:
parent
ef6ee25e09
commit
cc1720132a
20 changed files with 298 additions and 263 deletions
|
@ -69,6 +69,8 @@ target/debug/deno -A cli/js/tests/unit_test_runner.ts --worker --addr=127.0.0.1:
|
|||
|
||||
# Run specific tests
|
||||
target/debug/deno --allow-net cli/js/tests/unit_test_runner.ts -- netTcpListenClose
|
||||
|
||||
RUST_BACKTRACE=1 cargo run -- --allow-read --allow-write cli/js/tests/unit_test_runner.ts -- netUnixDialListen
|
||||
```
|
||||
|
||||
### Http server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue