summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2023-03-25chore(tests): enable `single_compile_with_reload` again (#18196)Geert-Jan Zwiers
2023-03-23fix(cli): restore `deno run -` to handle stdin as typescript (#18391)Cre3per
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-16chore: ignore permission_prompt_strips_ansi_codes_and_control_chars test (#18...David Sherret
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-03-13fix: ensure no node_modules directory is created when a package.json exists a...David Sherret
2023-03-11fix(check): regression where config "types" entries caused type checking erro...David Sherret
2023-03-10fix(prompt): better output with control chars (#18108)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-24fix: ensure concurrent non-statically analyzable dynamic imports do not somet...David Sherret
2023-02-24feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)David Sherret
2023-02-24fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...David Sherret
2023-02-23fix(npm): allow resolving from package.json when an import map exists (#17905)David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-22feat: support bare specifier resolution with package.json (#17864)Bartek Iwańczuk
2023-02-22feat(permissions): grant all permission for a group in permission prompt (#17...Asher Gomez
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-15refactor: make resolver required (#17783)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25fix: support import map specified as data uri (#17531)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-25fix: remove leftover Deno.spawn references (#17524)David Sherret
2023-01-25feat(cli): add `DENO_V8_FLAGS` env var (#17313)Leo Kettmeir
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: log detection of config file (#17338)Leo Kettmeir
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-13fix(permissions): lock stdio streams when prompt is shown (#17392)Bartek Iwańczuk
2023-01-13tests: Disable flaky flash_shutdown test (#17390)Bartek Iwańczuk
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-11-24feat(cli): add warning for incorrectly ordered flags (#16734)Asher Gomez
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-15test: don't use lock file in JSX tests (#16639)Bartek Iwańczuk
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
2022-11-11fix(npm): remove forgotten unstable check (#16598)Bartek Iwańczuk
2022-11-10feat(lock): don't require --unstable for auto discovery (#16582)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-03fix(lock): require --unstable flag to auto discover lockfile (#16524)Bartek Iwańczuk
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per