summaryrefslogtreecommitdiff
path: root/tests/testdata
AgeCommit message (Expand)Author
2024-03-08fix(node): resolve .css files in npm packages when type checking (#22804)David Sherret
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-03-07fix(lsp): don't apply renames to remote modules (#22765)Nayeem Rahman
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-06fix(node): improve cjs tracking (#22673)David Sherret
2024-03-04fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...David Sherret
2024-03-04feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)Divy Srivastava
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-03-01fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)David Sherret
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk
2024-02-29test(jsr): add tests for jsx files with and without pragmas (#22634)Bartek Iwańczuk
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
2024-02-28fix(cli): ensure that pre- and post-test output is flushed at the appropriate...Matt Mastracci
2024-02-28fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic impor...David Sherret
2024-02-28chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)Matt Mastracci
2024-02-28feat(publish): provenance attestation (#22573)Divy Srivastava
2024-02-27fix(unstable): sloppy imports should resolve .d.ts files during types resolut...David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-27feat(publish): discover jsr.json and jsr.jsonc files (#22587)Bartek Iwańczuk
2024-02-24fix(lsp): import map expansion (#22553)David Sherret
2024-02-23feat: infer dependencies from package.json (#22563)Marvin Hagemeister
2024-02-21fix(compile): respect compiler options for emit (#22521)Bartek Iwańczuk
2024-02-21fix(publish): better no-slow-types type discovery (#22517)David Sherret
2024-02-21chore(cli): fix part of flaky test (#22515)Matt Mastracci
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-20fix(node/test): disable Deno test sanitizers (#22480)David Sherret
2024-02-21Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...Bartek Iwańczuk
2024-02-20fix(ext/node): permission prompt for missing `process.env` permissions (#22487)Asher Gomez
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-16refactor(cli): move op sanitizer to Rust (#22413)Matt Mastracci
2024-02-16chore(cli): pre-factor the sanitizer tests (#22436)Matt Mastracci
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-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
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