summaryrefslogtreecommitdiff
path: root/cli/tests/integration/npm_tests.rs
AgeCommit message (Expand)Author
2023-04-14chore: remove node_modules folder being created in testdata directory (#18708)David Sherret
2023-04-12fix(npm): eagerly reload package information when version from lockfile not f...David Sherret
2023-04-12fix(npm): cache bust npm specifiers more aggressively (#18636)David Sherret
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-06fix(ext/node): fix unable to resolve fraction.js (#18544)Marvin Hagemeister
2023-04-06fix(ext/node): json encode binary command name (#18596)Geert-Jan Zwiers
2023-03-13fix(npm): show a progress bar when initializing the node_modules folder (#18136)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-23feat(npm): support npm specifiers in remote modules without `--unstable` (#17...David Sherret
2023-02-23fix(ext/node): fix npm module resolution when --node-modules-dir specified (#...Yoshiya Hinosawa
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-01fix(lockfile): emit trailing newline (#17618)David Sherret
2023-01-23refactor: Move lockfile to a separate crate (#17503)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-25fix(npm): better error message when attempting to use typescript in npm packa...David Sherret
2022-11-24fix(npm/types): resolve main entrypoint declaration file when no types entry ...David Sherret
2022-11-24fix(npm/check): prioritize exports over types entry (#16788)David Sherret
2022-11-19fix(ext/node): handle URL in createRequire (#16682)Yoshiya Hinosawa
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-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-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-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-06fix(npm): fix CJS resolution with local node_modules dir (#16547)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-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-26fix(compile): show an error when using npm specifiers (#16430)David Sherret
2022-10-25fix(npm): add support for npm packages in lock files (#15938)Bartek Iwańczuk
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
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
2022-10-01fix(npm): handle json files in require (#16125)Bartek Iwańczuk
2022-09-28feat(npm): functionality to support child_process.fork (#15891)David Sherret
2022-09-23perf: don't re-download package tarball to global cache if local node_modules...David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-22feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)Bartek Iwańczuk
2022-09-14fix(npm): binary entrypoint for .js or no extension (#15900)Bartek Iwańczuk
2022-09-12fix(npm): use shim from deno_node crate for 'module' built-in module (#15881)Bartek Iwańczuk
2022-09-10fix(npm): align Node esm code importing cjs with Node (#15838)David Sherret