index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
worker.rs
Age
Commit message (
Expand
)
Author
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2022-12-19
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Leo Kettmeir
2022-12-16
fix(npm): fix require resolution if using --node-modules-dir (#17087)
Bartek Iwańczuk
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-12-08
fix(compile): ensure import map is used when specified in deno config file (#...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-14
fix(install): support npm specifiers (#16634)
David Sherret
2022-11-10
feat(runtime): support creating workers with custom v8 snapshots (#16553)
Mathias Lafeldt
2022-10-28
refactor(npm): reorganize initialization of compat layer (#16471)
Bartek Iwańczuk
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-09-28
feat(npm): functionality to support child_process.fork (#15891)
David Sherret
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-26
chore: use Rust 1.64.0 (#16035)
Mathias Lafeldt
2022-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-06
fix(watch): ignore unload errors on drop (#15782)
Nayeem Rahman
2022-09-06
refactor(npm): reorganize remapping built-in Node modules to remote URLs (#15...
Bartek Iwańczuk
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr
2022-09-02
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Nayeem Rahman
2022-08-23
feat(npm): support packages with multiple command names (#15565)
David Sherret
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-12-07
refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637)
Bartek Iwańczuk
2020-12-07
refactor(cli): Reorganize worker code, use stronger memory ordering (#8638)
Bartek Iwańczuk
2020-12-01
fix(compile): disable source mapping of errors (#8581)
Bartek Iwańczuk
2020-11-30
feat: deno compile (#8539)
Luca Casonato
2020-11-26
refactor(cli): reorganize main.rs and split workers (#8495)
Bartek Iwańczuk
2020-11-21
refactor(corr): accept get_error_class_fn in RuntimeOptions (#8444)
Bartek Iwańczuk
2020-11-19
refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435)
Bartek Iwańczuk
2020-11-13
refactor: deno_crypto op crate (#7956)
Divy Srivastava
2020-11-02
refactor(cli): remove ProgramState::permissions (#8228)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-14
fix: top-level-await module execution (#7946)
Bartek Iwańczuk
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-09
refactor: Worker is not a Future (#7895)
Bartek Iwańczuk
2020-10-07
refactor(core): JsRuntime is not a Future (#7855)
Bartek Iwańczuk
[next]