summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02chore(core): remove experimental wasm bigint flag (#7790)Casper Beyer
2020-10-02refactor: use parentheses in print statements in python (#7779)j4qfrost
2020-10-02refactor(repl): use an inspector session (#7763)Casper Beyer
2020-10-01refactor(std/testing): Get rid of default export and make std/testing/diff.ts...tokiedokie
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-01docs(std/uuid): Added JSdocs for the std/uuid module (#7735)aakhtar3
2020-10-01feat(std/path): Align globToRegExp() with bash glob expansion (#7209)Nayeem Rahman
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-29improve readme (#7530)Vitor Matos
2020-09-29fix(websocket): add missing close events and remove extra error event (#7606)crowlKats
2020-09-29chore(std/wasi): enable and fix lint errors in snapshot_preview1 (#7360)Casper Beyer
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-28docs: end sentences with a period in docs (#7730)Trivikram Kamat
2020-09-28docs: use const assertion for PermissionDescriptor (#7733)Trivikram Kamat
2020-09-28docs: update deno bundle output to single line (#7734)Trivikram Kamat
2020-09-27build: use non xl runners outside deno repo (#7729)Luca Casonato
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-27BREAKING(std/encoding/csv): improve the definition of ParseOptions (#7714)uki00a
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-27doc: use APA citation style for listing conference talks (#7721)Trivikram Kamat
2020-09-27doc: end sentences with a period in examples (#7722)Trivikram Kamat
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-27docs: update GitHub doc links to use $CLI_VERSION (#7710)Trivikram Kamat
2020-09-27docs: use $STD_VERSION in std lib import comment (#7707)Trivikram Kamat
2020-09-27docs: update --unstable flag forget message (#7708)Trivikram Kamat
2020-09-27docs(cli): Update web assembly example and accepted compiler options in docs....Search
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(std/example): Inconsistencies in the example tests (#7684)tokiedokie