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
Age
Commit message (
Expand
)
Author
2024-10-02
fix(install): store tags associated with package in node_modules dir (#26000)
Nathan Whitaker
2024-10-02
chore: disable flaky uv_test.js for now (#26003)
Nathan Whitaker
2024-10-02
fix(install): compare versions directly to decide whether to create a child n...
Nathan Whitaker
2024-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-10-02
fix(node): implement libuv APIs needed to support `npm:sqlite3` (#25893)
Nathan Whitaker
2024-10-02
Revert "fix(urlpattern): fallback to empty string for undefined group values"...
Leo Kettmeir
2024-10-02
chore: deprecate check itests (#25963)
Mohammad Sulaiman
2024-10-02
chore: remove unnecessary envs in spec tests (#25982)
David Sherret
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-10-01
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
David Sherret
2024-10-01
fix: Hide 'deno cache' from help output (#25960)
Bartek Iwańczuk
2024-09-30
fix(info): error instead of panic for npm specifiers when using byonm (#25947)
David Sherret
2024-09-30
fix: precompile preserve SVG camelCase attributes (#25945)
Marvin Hagemeister
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-27
fix(flags): --allow-all should conflict with lower permissions (#25909)
David Sherret
2024-09-27
fix(lint): correctly handle old jsx in linter (#25902)
Luca Casonato
2024-09-27
BREAKING(ext/net): improved error code accuracy (#25383)
Luca Casonato
2024-09-26
refactor(fmt): rewrite HTML syntax error handling (#25892)
Bartek Iwańczuk
2024-09-26
fix(info): move "version" field to top of json output (#25890)
David Sherret
2024-09-26
feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...
Nathan Whitaker
2024-09-26
fix(installl): make bin entries executable even if not put in `node_modules/....
Nathan Whitaker
2024-09-26
fix(doc): surface graph errors as warnings (#25888)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
chore: deprecate npm itests (#25804)
Mohammad Sulaiman
2024-09-25
fix(check): properly surface dependency errors in types file of js file (#25860)
David Sherret
2024-09-25
fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...
Nathan Whitaker
2024-09-25
feat(fmt): better error on malfored HTML files (#25853)
Bartek Iwańczuk
2024-09-24
fix(check): ignore noImplicitOverrides in remote modules (#25854)
David Sherret
2024-09-25
test: disable 'test-child-process-ipc-next-tick.js' Node compat test (#25856)
Bartek Iwańczuk
2024-09-24
fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)
Nathan Whitaker
2024-09-24
fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...
Leo Kettmeir
2024-09-24
fix(fmt): --check was broken for CSS, YAML and HTML (#25848)
Bartek Iwańczuk
2024-09-24
fix: Update deno_npm to fix `deno install` with crossws (#25837)
Nathan Whitaker
2024-09-24
refactor: reenable more tests after DENO_FUTURE migration (#25752)
Bartek Iwańczuk
2024-09-23
BREAKING: remove support for remote import maps in deno.json (#25836)
David Sherret
2024-09-23
feat(fmt): support vto and njk extensions (#25831)
Óscar Otero
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-23
tests: update specs::cache::package_json (#25827)
Satya Rohith
2024-09-23
feat(ext/crypto): import and export p521 keys (#25789)
Divy Srivastava
2024-09-23
tests: enable auto_discovered tests of run/no_deno_json (#25821)
Satya Rohith
2024-09-23
feat: make 'globalThis.location' a configurable property (#25812)
Bartek Iwańczuk
2024-09-23
fix(ext/web): don't ignore capture in EventTarget.removeEventListener (#25788)
carles escrig royo
2024-09-23
feat: Show hints when using `window` global (#25805)
Bartek Iwańczuk
2024-09-22
BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...
Divy Srivastava
2024-09-21
fix(node): Include "node" condition during CJS re-export analysis (#25785)
Nathan Whitaker
2024-09-20
perf(ext/web): optimize performance.measure() (#25774)
carles escrig royo
2024-09-20
refactor(tests): migrate npm itests to specs (#25764)
Satya Rohith
2024-09-20
fix(ext/crypto): ensure EC public keys are exported uncompressed (#25766)
Divy Srivastava
2024-09-20
test: make specs::test::doc_success less flaky (#25765)
Bartek Iwańczuk
[next]