summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2020-10-02fix(cli/repl): enable colors on inspected values (#7798)Casper Beyer
2020-10-02v1.4.3Bartek Iwańczuk
2020-10-02upgrade: swc, deno_doc, deno_lint, dprint (#7793)Bartek Iwańczuk
2020-10-02feat(cli/repl): enable await and let re-declarations (#7784)Casper Beyer
2020-10-02fix(cli/repl): use a default referrer when empty (#7794)Casper Beyer
2020-10-02refactor(repl): use an inspector session (#7763)Casper Beyer
2020-10-01refactor: add concept of 'legacy' compiler to enable non-breaking refactoring...Kitson Kelly
2020-10-01chore: ensure cache is 'valid' during benchmarks (#7770)Kitson Kelly
2020-10-01fix(cli/console): Catch and format getter errors (#7766)Nayeem Rahman
2020-09-30refactor: improve op crate interfaces for other consumers (#7745)Bartek Iwańczuk
2020-09-30fix: check cached versions during transpile (#7760)Kitson Kelly
2020-09-30fix: bundle loader returns exported value (#7764)Kitson Kelly
2020-09-30fix(cli): use global_state file_fetcher when using SpecifierHandler (#7748)Kitson Kelly
2020-09-30feat(cli/console): Add Deno.InspectOptions::colors (#7742)Nayeem Rahman
2020-09-29refactor(cli): extract inspector session (#7756)Casper Beyer
2020-09-29fix(websocket): add missing close events and remove extra error event (#7606)crowlKats
2020-09-29refactor: improve graph and tsc_config (#7747)Kitson Kelly
2020-09-29chore(cli/coverage): remove unused runtime domain (#7749)Casper Beyer
2020-09-28fix(cli/test): do not start inspector server when collecting coverage (#7718)Casper Beyer
2020-09-28refactor: move op state registration to workers (#7696)Bartek Iwańczuk
2020-09-27feat(unstable): add module specifier to deno info --json output (#7725)Valentin Anger
2020-09-27fix: Use $deno$test.ts instead of .deno.test.ts (#7717)Nayeem Rahman
2020-09-27fix(cli/inspector): shutdown server gracefully on drop (#7716)Casper Beyer
2020-09-27fix: no check recognizes require (#7720)Luca Casonato
2020-09-27fix: net listen crashes on explicit undefined hostname (#7706)Giorgi Rostomashvili
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-26docs: add jsdoc for WebAssembly namespace (#7703)Luca Casonato
2020-09-26refactor: factor out check_unstable op helper (#7695)Bartek Iwańczuk
2020-09-26refactor: combine MainWorker::new and MainWorker::create (#7693)Bartek Iwańczuk
2020-09-26refactor: use JsRuntime to implement TSC (#7691)Bartek Iwańczuk
2020-09-26refactor: prune unneeded JS code (#7689)Bartek Iwańczuk
2020-09-26fix(cli/dts): Use var instead of const and let for globals (#7680)Nayeem Rahman
2020-09-25refactor: clean timers tests (#7679)Bartek Iwańczuk
2020-09-25v1.4.2Bartek Iwańczuk
2020-09-25refactor: class instead of var+interface in d.ts (#7514)Luca Casonato
2020-09-25refactor: remove tsc/40_error_stack.js (#7673)Bartek Iwańczuk
2020-09-25fix(cli): customInspect works on functions (#7670)Kitson Kelly
2020-09-25refactor(cli/inspector): make server optional (#7656)Casper Beyer
2020-09-25refactor: new module graph used for no check (#7621)Kitson Kelly
2020-09-24Replaced legacy chrome-devtools:// scheme. (#7659)Will
2020-09-24refactor: Simplify op_fetch_asset signature (#7655)Ryan Dahl
2020-09-24fix(lib.deno.shared_globals): Change the Console class to an interface (#7646)Nayeem Rahman
2020-09-23fix(cli/coverage): print lines with no coverage to stdout (#7640)Casper Beyer
2020-09-23fix(cli/console): quote non-alphanumeric symbols (#7641)Casper Beyer
2020-09-23fix(cli/console): enclose symbol keys in brackets (#7642)Casper Beyer
2020-09-23fix(watch): watch importmap file for changes (#7580)bartOssh
2020-09-23docs: ts upgrade instructions to exclude some .d.ts files (#7638)Trivikram Kamat
2020-09-23feat: bump TypeScript to 4.0.3 (#7637)Trivikram Kamat
2020-09-23fix: ignore fileExists in tsc host (#7635)Kitson Kelly
2020-09-22refactor(core): support error stack, remove js_check (#7629)Bartek Iwańczuk