summaryrefslogtreecommitdiff
path: root/cli/tests/integration/npm_tests.rs
AgeCommit message (Expand)Author
2023-09-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-14refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...David Sherret
2023-09-08feat: lockfile v3 (#20424)David Sherret
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-17fix(npm): do not panic providing file url to require.resolve paths (#20182)David Sherret
2023-08-08refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)Yusuke Tanaka
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-01fix(ext/node): fix import json using npm specifier (#19723)await-ovo
2023-08-01feat(npm): support running non-bin scripts in npm pkgs via `deno run` (#19975)David Sherret
2023-07-28fix(npm): improve declaration resolution for filename with different extensio...David Sherret
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-17fix(npm): support dynamic import of Deno TS from npm package (#19858)David Sherret
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-14fix(npm): improve error message importing non-existent file in a node_modules...David Sherret
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-07-03fix(npm): escape export identifier in double quoted string (#19694)await-ovo
2023-07-01fix(npm): handle more reserved words as cjs exports (#19672)David Sherret
2023-06-15fix(cli): avoid crash on import of invalid module names (#19523)Bartek Iwańczuk
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-24fix(npm): create `node_modules/.deno/node_modules` folder (#19242)David Sherret
2023-05-23feat: top level package.json install when node_modules dir is explicitly opte...David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-18feat(cli): add `nodeModulesDir` option to config file (#19095)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
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