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
/
rt
/
99_main.js
Age
Commit message (
Expand
)
Author
2020-11-08
chore: remove dead code (#8298)
Bartek Iwańczuk
2020-10-23
fix: typos in cli and core (#8082)
Toan Nguyen
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-13
feat: add alert, confirm, and prompt (#7507)
Yoshiya Hinosawa
2020-10-12
fix(cli/rt/main): Add global interface objects (#7875)
Nayeem Rahman
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-19
fix(cli/rt): make some web API constructors illegal at runtime (#7468)
Nayeem Rahman
2020-09-18
refactor: move FileReader to op_crates/web (#7554)
Bartek Iwańczuk
2020-09-18
refactor: deno_fetch op crate (#7524)
Bartek Iwańczuk
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
2020-09-16
refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)
Bartek Iwańczuk
2020-09-16
simplify global properties (#7502)
Ryan Dahl
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats
2020-09-04
fix: don't expose globalThis.__bootstrap (#7344)
Kitson Kelly
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
refactor(op_crates/web): move abort signal (#7117)
Luca Casonato
2020-08-11
feat(web): FileReader API (#6673)
Paul Thompson
2020-08-10
feat: Stabilize Deno.mainModule (#6993)
Nayeem Rahman
2020-08-07
Encode op errors as strings instead of numbers (#6977)
Bartek Iwańczuk
2020-07-23
Rename cli/js2 to cli/rt (#6857)
Ryan Dahl