summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-03chore: move cert itests to spec tests (#23607)David Sherret
2024-05-03test: npm registry handles two test scopes (#23663)Bartek Iwańczuk
2024-05-02fix(test): proper type checking for files with doc tests (#23654)Leo Kettmeir
2024-05-02fix(ext/node): check resource exists before close (#23655)Satya Rohith
2024-05-02fix(ext/node): support delete process.env.var (#23647)Satya Rohith
2024-05-01fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS re...Nathan Whitaker
2024-05-01feat(runtime): allow adding custom extensions to snapshot (#23569)Mathias Lafeldt
2024-05-01chore(cli): add permission test (#23633)Matt Mastracci
2024-05-01chore: make a couple repl tests less flaky (#23636)David Sherret
2024-05-01ci: use -A for wpt script (#23631)Nayeem Rahman
2024-05-011.43.0 (#23629)denobot
2024-05-01chore: 1.43 release notes (#23628)Divy Srivastava
2024-05-01Revert "refactor(lsp): move fields from Documents to LspResolver" (#23626)Divy Srivastava
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-05-01refactor(jupyter): move communication methods out of data structs (#23622)David Sherret
2024-05-01chore: fix flaky module graph cache tests (#23623)David Sherret
2024-05-01chore(lsp): revert import map pre-resolution for jsxImportSource (#23619)Nayeem Rahman
2024-05-01chore: update deno_doc (#23621)Leo Kettmeir
2024-04-30fix(publish): handle variable declarations with a declare keyword (#23616)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-30chore(tools): `chmod +x` for scripts (#23610)Kenta Moriuchi
2024-04-30fix(ext/node): support multiple message listeners on MessagePort (#23600)Satya Rohith
2024-04-30docs: fix some typos in comments (#23520)findmyhappy
2024-04-30fix(ext/node): read(0) before destroying http2stream (#23505)Satya Rohith
2024-04-30refactor(lsp): move fields from Documents to LspResolver (#23585)Nayeem Rahman
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-29fix(fmt/md): better handling of lists in block quotes (#23604)David Sherret
2024-04-29chore: add tests for moduleGraph2 (#23603)David Sherret
2024-04-29fix: reenable syntax highlighting for doc html generator (#23570)Leo Kettmeir
2024-04-29fix(ext/http): ensure signal is created iff requested (#23601)Matt Mastracci
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-29fix(ext/node): exporting rsa public keys (#23596)Divy Srivastava
2024-04-29refactor: remove conditional color code in bench reporter (#23593)David Sherret
2024-04-29refactor: remove dead code in node stream polyfill (#23597)Yoshiya Hinosawa
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-04-29fix(ext/node): add support for MessagePort.removeListener/off (#23598)Satya Rohith
2024-04-28chore(tools): update release template (#23582)Yoshiya Hinosawa
2024-04-27fix(compile): certain jsr specifiers sometimes can't load (#23567)David Sherret
2024-04-27chore(lsp): remove ConfigSnapshot (#23579)Nayeem Rahman
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa
2024-04-26test: cleanup npm test registry code (#23578)Bartek Iwańczuk
2024-04-26refactor(lsp): unify resolver types into LspResolver (#23514)Nayeem Rahman
2024-04-26feat(ci): category & unstable tags checker (#23568)Leo Kettmeir
2024-04-26test: update for private npm registry test server (#23572)Bartek Iwańczuk
2024-04-25chore: rework TLS code in test server (#23566)Matt Mastracci
2024-04-25perf(ext/http): recover memory for serve and optimize AbortController (#23559)Matt Mastracci
2024-04-25fix(npm): do not panic hitting root dir while resolving npm package (#23556)David Sherret
2024-04-25chore: fix cargo publish CI (#23550)Divy Srivastava
2024-04-251.43.0 (#23549)denobot