Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-08 | reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) | Bartek Iwańczuk | |
Following JS ops were moved to separate files in cli/js/ops directory: - compiler - dispatch_json - dispatch_minimal - errors - fetch - fs_events - os - random - repl - resources - runtime_compiler - runtime - tty | |||
2020-03-05 | move Web APIs to cli/js/web/ | Bartek Iwańczuk | |
2020-03-01 | perf: use subarray instead of slice in dispatch minimal (#4180) | Ryan Dahl | |
2020-02-29 | refactor(cli/js): Replace constructError() with getErrorClass() (#4189) | Nayeem Rahman | |
Flattens dispatch error handling to produce one less useless stack frame on op errors. | |||
2020-02-28 | Revert "perf: use subarray instead of slice in dispatch minimal (#4173)" (#4174) | Bartek Iwańczuk | |
This reverts commit 0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da. | |||
2020-02-28 | perf: use subarray instead of slice in dispatch minimal (#4173) | Bartek Iwańczuk | |
2020-02-24 | rename Deno.Err -> Deno.errors (#4093) | Bartek Iwańczuk | |
2020-02-21 | refactor: remove unneeded ErrorKinds (#3936) | Bartek Iwańczuk | |
2020-01-17 | feat: support individual async handler for each op (#3690) | Andy Finch | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-11-13 | Update to TypeScript 3.7 (#3275) | Kitson Kelly | |
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273 | |||
2019-10-24 | Add error handling for minimal dispatch (#3176) | Bartek Iwańczuk | |
2019-10-14 | perf: eager poll async ops in Isolate (#3046) | Bartek Iwańczuk | |
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |