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
/
tests
/
registry
Age
Commit message (
Expand
)
Author
2024-11-19
fix(node): handle resolving ".//<something>" in npm packages (#26920)
David Sherret
2024-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-12
fix(install): re-setup bin entries after running lifecycle scripts (#26752)
Nathan Whitaker
2024-11-06
chore: serve node headers from a test server to fix flaky `node-gyp` test (#2...
Nathan Whitaker
2024-11-05
fix(add): better error message when adding package that only has pre-release ...
Nathan Whitaker
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(cli): set `npm_config_user_agent` when running npm packages or tasks (#26...
Nathan Whitaker
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-25
fix(install): cache json exports of JSR packages (#26552)
Nathan Whitaker
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-23
fix(install): cache type only module deps in `deno install` (#26497)
Nathan Whitaker
2024-10-12
feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...
Nathan Whitaker
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-26
fix(installl): make bin entries executable even if not put in `node_modules/....
Nathan Whitaker
2024-09-25
fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...
Nathan Whitaker
2024-09-24
fix: Update deno_npm to fix `deno install` with crossws (#25837)
Nathan Whitaker
2024-09-21
fix(node): Include "node" condition during CJS re-export analysis (#25785)
Nathan Whitaker
2024-09-19
fix: cjs resolution cases (#25739)
snek
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-13
chore: update more registry.json files (#25615)
David Sherret
2024-09-12
chore(test): add script for pruning registry.json files (#25594)
David Sherret
2024-09-10
feat: require(esm) (#25501)
snek
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-04
feat(cli): give access to `process` global everywhere (#25291)
Luca Casonato
2024-08-28
refactor: don't virtualize the `console` global for node mode (#25263)
Luca Casonato
2024-08-21
fix(add): Handle packages without root exports (#25102)
Nathan Whitaker
2024-08-20
feat: Print deprecation message for npm packages (#24992)
HasanAlrimawi
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-08-17
fix(ext/node): fix prismjs compatibiliy in Web Worker (#25062)
Yoshiya Hinosawa
2024-08-16
fix(ext/node): improve shelljs compat with managed npm execution (#24912)
Yoshiya Hinosawa
2024-08-14
fix(lsp): import map lookup for jsr subpath auto import (#25025)
Nayeem Rahman
2024-08-08
feat: `deno init --serve` (#24897)
Bartek Iwańczuk
2024-07-31
fix(ext/node): handle node child_process with --v8-options flag (#24804)
Luca Casonato
2024-07-30
fix(compile/windows): handle cjs re-export of relative path with parent compo...
David Sherret
2024-07-19
fix(ext/node): do not expose `self` global in node (#24637)
Yoshiya Hinosawa
2024-07-16
fix(cli): Create child node_modules for conflicting dependency versions, resp...
Nathan Whitaker
2024-07-15
fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)
Nathan Whitaker
2024-07-14
fix(init): use bare specifier for `jsr:@std/assert` (#24581)
David Sherret
2024-07-11
fix(node): Ignore broken default install scripts (#24534)
Nathan Whitaker
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-06-05
fix(npm): use configured auth for tarball urls instead of scope auth (#24111)
David Sherret
2024-05-29
fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...
Nathan Whitaker
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-23
fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...
Bartek Iwańczuk
[next]