Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-14 | fix(repl): recover from invalid input (#8759) | Casper Beyer | |
2020-12-14 | chore: release crates (#8760) | Bartek Iwańczuk | |
2020-12-14 | chore: release deno_runtime 0.2.0 (#8758) | Bartek Iwańczuk | |
2020-12-14 | fix: docs.rs detection (#8755) | Ryan Dahl | |
2020-12-14 | build: Factor out common code into core/build_util.rs (#8756) | Ryan Dahl | |
2020-12-13 | chore: release crates (#8744) | Bartek Iwańczuk | |
2020-12-13 | refactor: deno_runtime crate (#8640) | Bartek Iwańczuk | |
This commit moves Deno JS runtime, ops, permissions and inspector implementation to new "deno_runtime" crate located in "runtime/" directory. Details in "runtime/README.md". Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |