summaryrefslogtreecommitdiff
path: root/tests/testdata
AgeCommit message (Expand)Author
2024-09-05feat: Add a hint on error about 'Relative import path ... not prefixed with ....Bartek Iwańczuk
2024-09-04fix(regression): do not expose resolved path in Deno.Command permission denie...David Sherret
2024-09-05BREAKING(types): soft-remove `Deno.run()` (#25403)Asher Gomez
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-09-04refactor(cli/js): align error messages (#25406)Ian Bull
2024-09-04refactor(ext/fetch): align error messages (#25374)Ian Bull
2024-09-03chore: deprecate eval itests (#25382)HasanAlrimawi
2024-09-03test: fix info::info_import_map test (#25389)Bartek Iwańczuk
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03fix: make some warnings more standard (#25324)David Sherret
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-09-02BREAKING: remove `--trace-ops` (#25344)Asher Gomez
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-09-02BREAKING: remove `--jobs` flag (#25336)Asher Gomez
2024-08-31chore: cleanup code for unstable tests (#25330)Bartek Iwańczuk
2024-08-30fix: upgrade deno_ast 0.42 (#25313)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-29fix: upgrade deno_core to 0.307.0 (#25287)snek
2024-08-29feat: deprecate import assertions (#25281)David Sherret
2024-08-29test: replace usage of `window` with `globalThis` (#25284)Bartek Iwańczuk
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-26fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)Armaan Salam
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-08-20fix(cli): update permission prompt message for compiled binaries (#24081)Yazan AbdAl-Rahman
2024-08-16fix(ext/node): improve shelljs compat with managed npm execution (#24912)Yoshiya Hinosawa
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-08feat(cli): Add --env-file as alternative to --env (#24555)Birk Skyum
2024-08-07fix(ext/fetch): include URL and error details on fetch failures (#24910)Yusuke Tanaka
2024-08-02feat(fmt): support YAML (#24717)Pig Fang
2024-08-01fix(ext/webgpu): assign missing `constants` property of shader about `GPUDevi...Hajime-san
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-23Revert "fix(cli): add NAPI support in standalone mode (#24642)" (#24682)Bartek Iwańczuk
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-21fix(cli): add NAPI support in standalone mode (#24642)Ivancing
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-10feat: deprecate `deno vendor` (#22183)Asher Gomez