summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-10-09fix(jupyter): keep running event loop when waiting for messages (#26049)Bartek Iwańczuk
2024-10-08fix: disable same-origin.html WPT (#26067)Leo Kettmeir
2024-10-08fix(ext/node): internal buffer length in readSync (#26064)Satya Rohith
2024-10-08fix(console): missing cause property on non-error objects (#26061)Marvin Hagemeister
2024-10-07fix(lsp): exclude missing import quick fixes with bad resolutions (#26025)Nayeem Rahman
2024-10-07fix(ext/webstorage): make `getOwnPropertyDescriptor` with symbol return `unde...Leo Kettmeir
2024-10-07feat(ext/crypto): X448 support (#26043)Divy Srivastava
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-04chore: enable lock_deno_json_package_json_deps (#26029)David Sherret
2024-10-04fix(node): fix worker_threads issues blocking Angular support (#26024)Nathan Whitaker
2024-10-04tests: enable package_json_node_modules_none (#25825)Satya Rohith
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
2024-10-03tests: enable specs::run::package_json::invalid_value (#25826)Satya Rohith
2024-10-03chore: show expectation diff for wpt tests (#26014)Divy Srivastava
2024-10-03fix: don't prompt when using `Deno.permissions.request` with `--no-prompt` (#...Simon Lecoq
2024-10-03fix(ext/crypto): fix identity test for x25519 derive bits (#26011)Divy Srivastava
2024-10-02fix(install): store tags associated with package in node_modules dir (#26000)Nathan Whitaker
2024-10-02chore: disable flaky uv_test.js for now (#26003)Nathan Whitaker
2024-10-02fix(install): compare versions directly to decide whether to create a child n...Nathan Whitaker
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-02fix(node): implement libuv APIs needed to support `npm:sqlite3` (#25893)Nathan Whitaker
2024-10-02Revert "fix(urlpattern): fallback to empty string for undefined group values"...Leo Kettmeir
2024-10-02chore: deprecate check itests (#25963)Mohammad Sulaiman
2024-10-02chore: remove unnecessary envs in spec tests (#25982)David Sherret
2024-10-02feat(ext/node): buffer.transcode() (#25972)Satya Rohith
2024-10-01feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)Nayeem Rahman
2024-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-10-01fix: Hide 'deno cache' from help output (#25960)Bartek Iwańczuk
2024-09-30fix(info): error instead of panic for npm specifiers when using byonm (#25947)David Sherret
2024-09-30fix: precompile preserve SVG camelCase attributes (#25945)Marvin Hagemeister
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-27fix(flags): --allow-all should conflict with lower permissions (#25909)David Sherret
2024-09-27fix(lint): correctly handle old jsx in linter (#25902)Luca Casonato
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-26refactor(fmt): rewrite HTML syntax error handling (#25892)Bartek Iwańczuk
2024-09-26fix(info): move "version" field to top of json output (#25890)David Sherret
2024-09-26feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...Nathan Whitaker
2024-09-26fix(installl): make bin entries executable even if not put in `node_modules/....Nathan Whitaker
2024-09-26fix(doc): surface graph errors as warnings (#25888)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-25chore: deprecate npm itests (#25804)Mohammad Sulaiman
2024-09-25fix(check): properly surface dependency errors in types file of js file (#25860)David Sherret
2024-09-25fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...Nathan Whitaker
2024-09-25feat(fmt): better error on malfored HTML files (#25853)Bartek Iwańczuk
2024-09-24fix(check): ignore noImplicitOverrides in remote modules (#25854)David Sherret
2024-09-25test: disable 'test-child-process-ipc-next-tick.js' Node compat test (#25856)Bartek Iwańczuk
2024-09-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
2024-09-24fix(fmt): --check was broken for CSS, YAML and HTML (#25848)Bartek Iwańczuk