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
Age
Commit message (
Expand
)
Author
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-23
test(ext/node): add tty_test and util_test (#17868)
Yoshiya Hinosawa
2023-02-23
test(ext/node): add tls_test (#17871)
Yoshiya Hinosawa
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
feat: support bare specifier resolution with package.json (#17864)
Bartek Iwańczuk
2023-02-22
feat(permissions): grant all permission for a group in permission prompt (#17...
Asher Gomez
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-22
fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)
Aapo Alasuutari
2023-02-22
feat: start caching npm package version's "bin" entry from npm registry (#17881)
David Sherret
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-22
fix(lint): revert no-deprecated-api for Deno.run (#17880)
David Sherret
2023-02-22
fix(ext/node): fix node stream (#17874)
Yoshiya Hinosawa
2023-02-22
Revert "feat: Deprecate Deno.run API in favor of Deno.Command (#17630)" (#17875)
Ryan Dahl
2023-02-21
chore: remove base64 encoding code from typescript snapshot (#17862)
David Sherret
2023-02-22
fix(ext/node): fix webcrypto export (#17838)
Yoshiya Hinosawa
2023-02-21
fix(npm): filter out duplicate packages names in resolution (#17857)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-22
fix(ext/node): fix process.uptime (#17839)
Yoshiya Hinosawa
2023-02-20
build: add "include_js_files_for_snapshotting" Cargo feature (#17826)
Bartek Iwańczuk
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-20
perf: use ops for node:crypto ciphers (#17819)
Divy Srivastava
2023-02-20
test(ext/node): more node compat tests (#17827)
Yoshiya Hinosawa
2023-02-20
refactor(core): definition of "ExtensionFileSource" (#17823)
Bartek Iwańczuk
2023-02-17
test: add node compat tests (#17805)
Yoshiya Hinosawa
2023-02-17
refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)
David Sherret
2023-02-17
feat(ext/node): implement `node:v8` (#17806)
Divy Srivastava
2023-02-16
ref(cli): Add better error message when powershell is missing during upgrade ...
Kamil Ogórek
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk
2023-02-16
feat: Deprecate Deno.run API in favor of Deno.Command (#17630)
Bartek Iwańczuk
2023-02-16
test: ignore inspector tests for npm integration (#17796)
Bartek Iwańczuk
2023-02-16
chore(cli/test): stabilize coverage, doc, shuffle flags (#17661)
Geert-Jan Zwiers
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-15
feat(flash): add 2nd param to handler to get remote address (#17633)
Leo Kettmeir
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk
2023-02-14
fix: loading built-in Node modules embedded in the binary (#17777)
Bartek Iwańczuk
2023-02-14
feat(node): stabilize Node-API (#17553)
Bartek Iwańczuk
2023-02-14
feat: stabilize Deno.osUptime() (#17554)
Bartek Iwańczuk
2023-02-14
chore(build): don't compress TSC snapshot in debug build (#17772)
Bartek Iwańczuk
2023-02-14
feat: Deprecate 'deno bundle' subcommand (#17695)
Bartek Iwańczuk
2023-02-13
feat: Stabilize Deno.Command API (#17628)
Bartek Iwańczuk
2023-02-13
refactor(runtime): reorganize build script for snapshot (#17760)
Bartek Iwańczuk
2023-02-12
fix: add WouldBlock error (#17339)
Leo Kettmeir
2023-02-12
perf(http): remove allocations checking upgrade and connection header values ...
David Sherret
2023-02-12
feat(bench): Add JSON reporter for "deno bench" subcommand (#17595)
Serhiy Barhamon
2023-02-12
fix(ext/flash): Always send correct number of bytes when handling HEAD reques...
Kamil Ogórek
2023-02-11
fix(fmt): make fmt options CLI args less verbose (#17550)
aryan02420
2023-02-11
fix(cli/graph_util): don't append referrer info for root module errors (#17730)
Nayeem Rahman
2023-02-11
feat: add signal option to Deno.resolveDns (#17384)
Leo Kettmeir
[next]