index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration
/
npm_tests.rs
Age
Commit message (
Expand
)
Author
2024-01-23
feat: warn when using --unstable, prefer granular flags (#21452)
Bartek Iwańczuk
2024-01-22
feat(lockfile): track JSR and npm dependencies in config file (#22004)
David Sherret
2024-01-04
fix(unstable/byonm): support using an import map with byonm (#21786)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(npm): do not create symlink for non-system optional dep in node_modules d...
David Sherret
2023-11-17
chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)
David Sherret
2023-11-17
chore: various improvements to tests (#21222)
David Sherret
2023-11-16
fix(npm): support cjs entrypoint in node_modules folder (#21224)
David Sherret
2023-11-07
fix(node): cjs export analysis should probe for json files (#21113)
David Sherret
2023-11-07
fix(node): inspect ancestor directories when resolving cjs re-exports during ...
David Sherret
2023-11-06
fix(byonm): correct resolution for scoped packages (#21083)
David Sherret
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-26
fix(unstable/byonm): improve error messages (#20987)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-17
fix(node): resolve file.d specifiers in npm packages (#20918)
David Sherret
2023-10-03
fix(npm): upgrade to deno_npm 0.15.2 (#20772)
David Sherret
2023-09-26
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
Nayeem Rahman
2023-09-18
fix(cli): for main-module that exists in package.json, use the version define...
await-ovo
2023-09-18
feat(unstable): package manager (#20517)
David Sherret
2023-09-14
refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...
David Sherret
2023-09-08
feat: lockfile v3 (#20424)
David Sherret
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-08-17
fix(npm): do not panic providing file url to require.resolve paths (#20182)
David Sherret
2023-08-08
refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)
Yusuke Tanaka
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-01
fix(ext/node): fix import json using npm specifier (#19723)
await-ovo
2023-08-01
feat(npm): support running non-bin scripts in npm pkgs via `deno run` (#19975)
David Sherret
2023-07-28
fix(npm): improve declaration resolution for filename with different extensio...
David Sherret
2023-07-26
fix(lsp): handle import mapped `node:` specifier (#19956)
David Sherret
2023-07-17
fix(npm): support dynamic import of Deno TS from npm package (#19858)
David Sherret
2023-07-17
fix(node): improve error message requiring non-npm es module (#19856)
David Sherret
2023-07-17
fix(node): improve require esm error messages (#19853)
David Sherret
2023-07-14
fix(npm): improve error message importing non-existent file in a node_modules...
David Sherret
2023-07-14
fix(npm): improve error message on directory import in npm package (#19538)
Elian Cordoba
2023-07-03
fix(npm): escape export identifier in double quoted string (#19694)
await-ovo
2023-07-01
fix(npm): handle more reserved words as cjs exports (#19672)
David Sherret
2023-06-15
fix(cli): avoid crash on import of invalid module names (#19523)
Bartek Iwańczuk
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-24
fix(npm): create `node_modules/.deno/node_modules` folder (#19242)
David Sherret
2023-05-23
feat: top level package.json install when node_modules dir is explicitly opte...
David Sherret
2023-05-22
fix(npm): store npm binary command resolution in lockfile (#19219)
David Sherret
2023-05-18
feat(cli): add `nodeModulesDir` option to config file (#19095)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-04-14
chore: remove node_modules folder being created in testdata directory (#18708)
David Sherret
2023-04-12
fix(npm): eagerly reload package information when version from lockfile not f...
David Sherret
[next]