Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | Add support for custom tsconfig.json (#2089) | Kitson Kelly | |
Use `--config` | |||
2019-04-23 | core: make Isolate concrete, remove Dispatch trait (#2183) | Ryan Dahl | |
Op dispatch is now dynamically dispatched, so slightly less efficient. The immeasurable perf hit is a reasonable trade for the API simplicity that is gained here. | |||
2019-04-21 | Refactor CLI entry point (#2157) | Bartek IwaĆczuk | |
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" | |||
2019-04-17 | Fix clippy warnings | Bert Belder | |
2019-04-16 | Implement async module loading in CLI (#2084) | Ryan Dahl | |
2019-04-11 | Improve op dispatch (#2088) | andy finch | |
2019-04-09 | core: Rename Behavior to Dispatch (#2082) | Ryan Dahl | |
And rename IsolateState to ThreadSafeState. Also make ThreadSafeState directly implement Dispatch. This is simpler. |