summaryrefslogtreecommitdiff
path: root/cli/tests/integration
AgeCommit message (Expand)Author
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...Yusuke Tanaka
2022-11-24fix(npm/check): prioritize exports over types entry (#16788)David Sherret
2022-11-24feat(cli): add warning for incorrectly ordered flags (#16734)Asher Gomez
2022-11-19fix(ext/node): handle URL in createRequire (#16682)Yoshiya Hinosawa
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-16fix(npm): using types for packages with subpath (#16656)Bartek Iwańczuk
2022-11-16fix(lock): ensure npm dependencies are written with --lock-write (#16668)Bartek Iwańczuk
2022-11-16fix(npm): support non-all lowercase package names (#16669)David Sherret
2022-11-16fix(npm): don't fail if conditional exports don't contains types (#16651)Bartek Iwańczuk
2022-11-15test: don't use remote std for tests (#16631)Bartek Iwańczuk
2022-11-15test: don't use lock file in JSX tests (#16639)Bartek Iwańczuk
2022-11-14fix(bundle): explicit error when using an npm specifier with deno bundle (#16...David Sherret
2022-11-13feat(npm): require --unstable for npm specifiers in remote modules (#16612)David Sherret
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-11fix(ext/flash): graceful server startup/shutdown (#16383)Divy Srivastava
2022-11-11feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)Bartek Iwańczuk
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-11-10feat: remove --unstable flag requirement for npm: specifiers (#16473)Bartek Iwańczuk
2022-11-10feat(lock): don't require --unstable for auto discovery (#16582)Bartek Iwańczuk
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-08fix(lock): only store integrities for http: and https: imports (#16558)Bartek Iwańczuk
2022-11-06fix(npm): fix CJS resolution with local node_modules dir (#16547)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-11-02fix(lockfile): error if a referenced package id doesn't exist in list of pack...David Sherret
2022-10-31feat(unstable/npm): `deno info --json` support for npm specifiers (#16472)David Sherret
2022-10-30test: disable run_watch_external_watch_files on macOS (#16477)Bartek Iwańczuk
2022-10-28feat: support npm specifiers in `deno info` for display text output only (#16...David Sherret
2022-10-27chore(npm): add explicit tests for `module.exports` assignment with type chec...David Sherret
2022-10-27fix(typescript): allow synthetic default imports when using `ModuleKind.ESNex...David Sherret
2022-10-26fix(compile): show an error when using npm specifiers (#16430)David Sherret
2022-10-26chore: improve built-in API documentation (#16158)Kitson Kelly
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per
2022-10-25fix(npm): add support for npm packages in lock files (#15938)Bartek Iwańczuk
2022-10-25feat(lint): add a report lint config setting (#16045)Brenley Dueck
2022-10-24feat: Stabilize Deno.stdin.setRaw() (#16399)Bartek Iwańczuk
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-20fix(lsp): allow caching deps in non-saved files (#16353)David Sherret
2022-10-19feat: Add new lockfile format (#16349)Bartek Iwańczuk
2022-10-18feat: introduce navigator.language (#12322)Luca Matei Pintilie
2022-10-16fix: add error cause in recursive cause tail (#16306)Cre3per
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-15feat(unstable/task): add `INIT_CWD` env var (#16110)David Sherret
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-10-04chore: remove 'fix_exotic_specifier' test (#16143)Bartek Iwańczuk
2022-10-03feat(unstable): add support for npm specifier cli arguments for 'deno cache' ...Bartek Iwańczuk
2022-10-03fix(npm): better error is version is specified after subpath (#16131)Bartek Iwańczuk
2022-10-03fix(npm): panic on invalid package name (#16123)Bartek Iwańczuk