summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run
AgeCommit message (Expand)Author
2023-01-25chore: upgrade rusty_v8 to 0.62.0 (#17200)Bartek Iwańczuk
2023-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
2023-01-24feat: suggest adding a "node:" prefix for bare specifiers that look like buil...David Sherret
2023-01-24feat(fmt): add ability to configure semicolons (#17292)Bartek Iwańczuk
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-24fix: update expected output for config auto-discovery debug log (#17514)Leo Kettmeir
2023-01-24feat: log detection of config file (#17338)Leo Kettmeir
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-15chore: update std submodule and its imports (#17408)Asher Gomez
2023-01-13fix(permissions): lock stdio streams when prompt is shown (#17392)Bartek Iwańczuk
2023-01-11fix: don't panic on resolveDns if unsupported record type is specified (#17336)Leo Kettmeir
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-23fix(core): run macrotasks and next ticks after polling dynamic imports (#17173)Bartek Iwańczuk
2022-12-21fix(core): Do not print errors prop for non-AggregateError errors (#17123)Kamil Ogórek
2022-12-19fix: display URL in invalid URL error (#17128)Leo Kettmeir
2022-12-08feat(cli): support configuring the lock file in the config file (#16781)Roj
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
2022-11-28feat(core): show unresolved promise origin (#16650)Bartek Iwańczuk
2022-11-24feat(cli): add warning for incorrectly ordered flags (#16734)Asher Gomez
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
2022-11-11fix(npm): disable npm specifiers in import.meta.resolve() (#16599)Bartek Iwańczuk
2022-11-11fix(npm): remove forgotten unstable check (#16598)Bartek Iwańczuk
2022-11-08fix(lock): only store integrities for http: and https: imports (#16558)Bartek Iwańczuk
2022-11-03fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)Bartek Iwańczuk
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-10-31fix(test): add slice method to filename to make them portable (#16482)Shogo Hida
2022-10-28feat: support npm specifiers in `deno info` for display text output only (#16...David Sherret
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per
2022-10-25feat: stabilize Deno.loadavg() (#16412)Colin Ihrig
2022-10-20feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)Aapo Alasuutari
2022-10-20perf(ext/ffi): Fast UnsafePointerView read functions (#16351)Aapo Alasuutari
2022-10-19feat: Add new lockfile format (#16349)Bartek Iwańczuk
2022-10-17chore: upgrade internal deno_std to 0.160 (#16333)David Sherret
2022-10-13chore: Added onbeforeunload to window type definition (#16251)Matt Ezell
2022-10-04chore: remove 'fix_exotic_specifier' test (#16143)Bartek Iwańczuk
2022-09-28feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)Luca Casonato
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-04fix(cli): allow using file resource synchronously while being used async (#15...David Sherret
2022-07-14fix(cli): expand tsc roots when using checkJs (#15164)Rafael Ávila de Espíndola
2022-07-13fix(cli): synchronize async stdio/file reads and writes (#15092)David Sherret
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-05-13feat: add --no-config flag (#14555)Bartek Iwańczuk
2022-02-25fix(cli): disable config discovery for remote script (#13745)Yoshiya Hinosawa