1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/core/examples
Ryan Dahl 2a5138a516
Remove Config struct from core (#2502)
It's unnecessary indirection and is preventing the ability to easily
pass isolate references into the dispatch and dyn_import closures.

Note: this changes how StartupData::Script is executed. It's no longer done
during Isolate::new() but rather lazily on first poll or execution.
2019-06-12 10:53:24 -07:00
..
http_bench.js Move deno_core_http_bench into examples dir (#2127) 2019-04-16 17:53:43 -04:00
http_bench.rs Remove Config struct from core (#2502) 2019-06-12 10:53:24 -07:00