summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-02-20fix(ext/node): permission prompt for missing `process.env` permissions (#22487)Asher Gomez
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-20chore: fix flaky lsp_vendor_dir (#22483)David Sherret
2024-02-20fix(publish): print files that will be published (#22495)Luca Casonato
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-19chore: move `test_util` to `tests/util/server` (#22444)Asher Gomez
2024-02-19fix: write lockfile in `deno info` (#22272)Luca Casonato
2024-02-19feat(core): highlight unprintable chars in permission prompts (#22468)Matt Mastracci
2024-02-18feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)Asher Gomez
2024-02-18fix: util.parseArgs() missing node:process import (#22405)Javier Hernández
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-18BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)Asher Gomez
2024-02-16refactor(cli): move op sanitizer to Rust (#22413)Matt Mastracci
2024-02-16chore(cli): pre-factor the sanitizer tests (#22436)Matt Mastracci
2024-02-16chore: move `test_util/wpt` to `tests/wpt/suite` (#22412)Asher Gomez
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-14feat(lsp): jsr support with cache probing (#22418)Nayeem Rahman
2024-02-14feat(publish): allow passing config flag (#22416)Leo Kettmeir
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-13fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancella...Florian Schwalm
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-12chore: continue tests/ re-org (#22396)Matt Mastracci
2024-02-12feat(lsp): jsr support first pass (#22382)Nayeem Rahman
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
2024-02-12fix(console): support NO_COLOR and colors option in all scenarios (#21910)Leo Kettmeir
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2019-09-16Move integration tests to //cli/tests/ (#2964)Ryan Dahl
2019-09-15Fix type directive parsing (#2954)Kitson Kelly
2019-09-14feat: parallelize downloads from TS compiler (#2949)Bartek Iwańczuk
2019-09-13Upgrade rust cratesBert Belder
2019-09-12Update README for integration tests (#2929)Ryan Dahl
2019-09-11fix: type directives import (#2910)Bartek Iwańczuk
2019-09-10feat: Make integration tests rust unit tests (#2884)Bartek Iwańczuk
2019-09-10fix: replace bad rid panics with errors (#2870)Bartek Iwańczuk
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-04Fix xeval chunk incorrect matching behavior (#2857)Kevin (Kun) "Kassimo" Qian
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-08-27Improve error stacks for async ops (#2820)Nayeem Rahman
2019-08-26Port readSync/writeSync ops to minimalRyan Dahl
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port ops to JSON: compiler, errors, fetch, files (#2804)Bartek Iwańczuk
2019-08-22Support .d.ts files (#2746)Kitson Kelly
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-13Dynamic import should respect permissions (#2764)Ryan Dahl
2019-08-11feat: print cache location when no arg in deno info (#2752)Bartek Iwańczuk