summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2020-03-03Disable flaky and broken tests (#4239)Ryan Dahl
2020-03-03add assertOps sanitizer in cli/js/ unit tests (#4209)Bartek Iwańczuk
2020-03-02Fix JavaScript dependencies in bundles. (#4215)Kitson Kelly
2020-03-01Port Complex Permissions Tests to Rust (#4200)João Souto
2020-02-29refactor(cli/js): Replace constructError() with getErrorClass() (#4189)Nayeem Rahman
2020-02-28rewrite permission revoke test as integration test (#4164)Bartek Iwańczuk
2020-02-28Support TypeScript eval through `deno eval -T` flag (#4141)Kevin (Kun) "Kassimo" Qian
2020-02-27Return non-zero exit code on malformed stdin fmt (#4163)Ryan Dahl
2020-02-27feat: Support types compiler option in compiler APIs (#4155)Kitson Kelly
2020-02-26Bundles can be sync or async based on top level await (#4124)Kitson Kelly
2020-02-26DenoFlags -> Flags (#4136)Ryan Dahl
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-25Port permission_prompt_tests to Rust (#4129)João Souto
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-25fix: Resolve makeTemp* paths from CWD (#4104)Nayeem Rahman
2020-02-25Fix issues with JavaScript importing JavaScript. (#4120)Kitson Kelly
2020-02-24port tools/repl_test.py to Rust (#4096)João Souto
2020-02-24fix: createSecKey logic (#4063)Suguru Motegi
2020-02-23feat: support brotli compression for fetch API (#4082)EnokMan
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-21fix: add io ops to worker to fix fetch (#4054)Bartek Iwańczuk
2020-02-19fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)Kitson Kelly
2020-02-19fix: emit when bundle contains single module (#4042)Kitson Kelly
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek Iwańczuk
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-17feat: add --cert flag for http client (#3972)geoFlux
2020-02-16Fix issue with detecting AMD like imports (#4009)Kitson Kelly
2020-02-13Clean up fmt flags and path handling (#3988)Ryan Dahl
2020-02-12Improvements to bundling. (#3965)Kitson Kelly
2020-02-11refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)Nayeem Rahman
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-09fmt: `deno fmt -` formats stdin and print to stdout (#3920)Kevin (Kun) "Kassimo" Qian
2020-02-08install: add --force flag and remove yes/no prompt (#3917)Kevin (Kun) "Kassimo" Qian
2020-02-07Remove conditionals from installer (#3909)Ryan Dahl
2020-02-06fix 015_duplicate_parallel_import (#3904)Ryan Dahl
2020-02-05fix: basic web worker message passing (#3893)Ryan Dahl
2020-02-04refactor: port fetch test to rust (#3887)Luka Hartwig
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-04Do not encode files loaded from network as utf8 (#3856)Tilman Roeder
2020-02-04reenable some tests (#3882)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-31Add support for multiple files in fetch command (#3845)Tim Ermilov
2020-01-31chore: remove std/installer, port installer tests to Rust (#3843)Bartek Iwańczuk
2020-01-30Remove --current-thread flag (#3830)Ryan Dahl
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-27dx: descriptive permission errors (#3808)Bartek Iwańczuk
2020-01-26Improve support of type definitions (#3755)Kitson Kelly