summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-23fix(webgpu): don't default to 0 for setVertexBuffer.size & properly use webid...Leo Kettmeir
2023-02-23fix(npm): support bare specifiers in package.json having a path (#17903)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-23feat(task): add warning about package.json scripts support (#17900)Bartek Iwańczuk
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-23fix(ext/flash): wrong order of arguments passed to `http1Response` (#17893)Kenta Moriuchi
2023-02-23feat(bench): change --json output format (#17888)Bartek Iwańczuk
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-23test(ext/node): add tty_test and util_test (#17868)Yoshiya Hinosawa
2023-02-23test(ext/node): add tls_test (#17871)Yoshiya Hinosawa
2023-02-23Revert "test(wpt): implement process timeout (#17872)" (#17886)Bartek Iwańczuk
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-22perf: remove `current_dir()` call in `Deno.mainModule` (#17883)David Sherret
2023-02-22feat: support bare specifier resolution with package.json (#17864)Bartek Iwańczuk
2023-02-22feat(permissions): grant all permission for a group in permission prompt (#17...Asher Gomez
2023-02-22test(wpt): implement process timeout (#17872)Filip Skokan
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-22fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)Aapo Alasuutari
2023-02-22feat: start caching npm package version's "bin" entry from npm registry (#17881)David Sherret
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-22fix(core): rebuild when JS sources for snapshotting change (#17876)Bartek Iwańczuk
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-22fix(ext/node): fix node stream (#17874)Yoshiya Hinosawa
2023-02-22Revert "feat: Deprecate Deno.run API in favor of Deno.Command (#17630)" (#17875)Ryan Dahl
2023-02-21chore: remove base64 encoding code from typescript snapshot (#17862)David Sherret
2023-02-22fix(ext/node): fix webcrypto export (#17838)Yoshiya Hinosawa
2023-02-22perf(core, runtime): Further improve startup time (#17860)Bartek Iwańczuk
2023-02-21fix(npm): filter out duplicate packages names in resolution (#17857)David Sherret
2023-02-21refactor(core): More efficient serde for ES modules in snapshot (#17856)Bartek Iwańczuk
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-22fix(ext/node): fix process.uptime (#17839)Yoshiya Hinosawa
2023-02-20build: add "include_js_files_for_snapshotting" Cargo feature (#17826)Bartek Iwańczuk
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-20refactor: use ops for idna & punycode (#17817)Leo Kettmeir
2023-02-20perf: use ops for node:crypto ciphers (#17819)Divy Srivastava
2023-02-20refactor: move webgpu files to ext root (#17832)Leo Kettmeir
2023-02-20test(ext/node): more node compat tests (#17827)Yoshiya Hinosawa
2023-02-20refactor(core): definition of "ExtensionFileSource" (#17823)Bartek Iwańczuk
2023-02-17test: add node compat tests (#17805)Yoshiya Hinosawa
2023-02-17chore: remove unneeded files from ext/node (#17810)Bartek Iwańczuk
2023-02-17refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)David Sherret
2023-02-17feat(ext/node): implement `node:v8` (#17806)Divy Srivastava
2023-02-17fix(ext/node): add support for BYOB streams (#17803)AntonioFCG
2023-02-17chore: upgrade tokio to 1.25.0 (#17590)Bartek Iwańczuk
2023-02-16ref(core): Refactor core:fs error mapping to use unified format (#17719)Kamil Ogórek
2023-02-16ref(cli): Add better error message when powershell is missing during upgrade ...Kamil Ogórek
2023-02-16perf(ext/node): move winerror binding to rust (#17792)Divy Srivastava
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-16feat: Deprecate Deno.run API in favor of Deno.Command (#17630)Bartek Iwańczuk