Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | fix(cli/repl): interpret object literals as expressions (#7591) | Casper Beyer | |
2020-09-18 | fix(cli/repl): format evaluation results with the object specifier (#7561) | Casper Beyer | |
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-07-23 | Rename cli/js2 to cli/rt (#6857) | Ryan Dahl | |