1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/cli/ops
Bartek Iwańczuk c824eb5817
refactor: Modules and Loader trait (#3791)
* move is_dyn_import argument from Loader::resolve to Loader::load - it was always kind of strange that resolve() checks permissions.
* change argument type from &str to &ModuleSpecifier where applicable
2020-01-25 18:53:16 +01:00
..
compiler.rs refactor: Modules and Loader trait (#3791) 2020-01-25 18:53:16 +01:00
dispatch_json.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
dispatch_minimal.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
errors.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
fetch.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
files.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
fs.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
io.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
mod.rs Add signal handlers (#3757) 2020-01-24 08:15:31 -05:00
net.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
os.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
permissions.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
plugins.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
process.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
random.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
repl.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
resources.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
runtime_compiler.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
signal.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
timers.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
tls.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
web_worker.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
worker_host.rs Refactor error tracking and scope juggling in deno_core (#3783) 2020-01-25 14:31:42 +01:00