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