Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fixes #4728 | |||
2020-10-13 | feat: add alert, confirm, and prompt (#7507) | Yoshiya Hinosawa | |
This commit adds "alert", "confirm" and "prompt" functions from web standards. | |||
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 | |
This ports the REPL over to Rust and makes use of an inspector session to run a REPL on top of any isolate which lets make full use of rustylines various things like validators and completors without having to introduce a bunch of hard to test internal ops and glue code. An accidental but good side effect of this is that the multiple line input we previously had is now an editable multi-line input prompt that is correctly stored in the history as a single entry. | |||
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 | |
Moves op_close and op_resources to deno_core::ops and exports them. Adds serde dependency to deno_core and reexports it. Moves JS implementation of those ops to Deno.core and reexports them in Deno. | |||
2020-09-16 | refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) | Bartek Iwańczuk | |
Instead use Deno.core.jsonOpSync and Deno.core.jsonOpAsync | |||
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 | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
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 | |