summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2020-10-13refactor(cli): rename GlobalState to ProgramState (#7914)Bartek Iwańczuk
2020-10-13reafactor(cli): use Emit enum and rename ts_build_info (#7952)Kitson Kelly
2020-10-12chore(cli): remove dead code (#7941)Kitson Kelly
2020-10-12refactor(cli): move info subcommand over to new module graph (#7892)Kitson Kelly
2020-10-12feat(cli): support importmap flag with deno doc subcommand (#7821)Valentin Anger
2020-10-12fix(cli/rt/main): Add global interface objects (#7875)Nayeem Rahman
2020-10-11fix(console): fix inspection of Function (#7930)Yoshiya Hinosawa
2020-10-11fix(cli/console): only inspect getters with option (#7830)Casper Beyer
2020-10-11refactor(cli/repl): get context id from notification (#7864)Casper Beyer
2020-10-11reland JsRuntime/Worker is not a Future (#7924)Bartek Iwańczuk
2020-10-10v1.4.6Bartek Iwańczuk
2020-10-10Fix 100% CPU idling problem by reverting #7672 (#7911)Ryan Dahl
2020-10-10fix(op_crate/web): add padding on URLSearchParam (#7905)Lively
2020-10-09refactor: Worker is not a Future (#7895)Bartek Iwańczuk
2020-10-09fix(op_crates/fetch): Stringify and parse Request URLs (#7838)Nayeem Rahman
2020-10-08Fix typos (#7882)crowlKats
2020-10-08v1.4.5Bartek Iwańczuk
2020-10-08fix: update worker types to better align to lib.dom.d.ts (#7843)Kitson Kelly
2020-10-08fix(cli/rt/error_stack): Improve message line formatting (#7860)Nayeem Rahman
2020-10-08fix(cli/fs) Small change in filter expression (#7865)Simon Rask
2020-10-07refactor(core): JsRuntime is not a Future (#7855)Bartek Iwańczuk
2020-10-07fix(cli/rt/console): Don't require a prototype to detect a class instance (#7...Nayeem Rahman
2020-10-07upgrade: deno_doc, deno_lint, dprint, swc (#7862)Bartek Iwańczuk
2020-10-07refactor: rename isolate to js_runtime (#7858)Bartek Iwańczuk
2020-10-07refactor(core): JsRuntime doesn't defer to OwnedIsolate (#7853)Bartek Iwańczuk
2020-10-07fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash ...Nayeem Rahman
2020-10-07refactor(cli): remove TextDocument (#7850)Kitson Kelly
2020-10-07refactor(cli/inspector): use &str for post_message (#7851)Casper Beyer
2020-10-07refactor(cli): cleanups to new module graph (#7846)Kitson Kelly
2020-10-06refactor(cli/repl): tightly integrate event loop (#7834)Casper Beyer
2020-10-06fix(core): module execution with top level await (#7672)Bartek Iwańczuk
2020-10-05chore: add a bundle benchmark (#7828)Kitson Kelly
2020-10-05perf(cli/console): Don't add redundant ANSI codes (#7823)Nayeem Rahman
2020-10-05fix(core): handle unregistered errors in core better (#7817)Kitson Kelly
2020-10-05chore: add lockfile tests (#7816)JavascriptMick
2020-10-04chore(std/http): rename http_bench.ts -> bench.ts (#7509)tokiedokie
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-10-03feat(unstable): revert "enable importsNotUsedAsValues by default #7413" (#7800)Nayeem Rahman
2020-10-03v1.4.4Bartek Iwańczuk
2020-10-03fix(cli/repl): put the thread to sleep when idle (#7804)Casper Beyer
2020-10-03fix(cli): update type definitions to align to TS dom (#7791)CGQAQ
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