summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
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-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...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-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
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-22fix(ext/node): fix webcrypto export (#17838)Yoshiya Hinosawa
2023-02-22fix(ext/node): fix process.uptime (#17839)Yoshiya Hinosawa
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-20perf: use ops for node:crypto ciphers (#17819)Divy Srivastava
2023-02-20test(ext/node): more node compat tests (#17827)Yoshiya Hinosawa
2023-02-17test: add node compat tests (#17805)Yoshiya Hinosawa
2023-02-17feat(ext/node): implement `node:v8` (#17806)Divy Srivastava
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-16test: ignore inspector tests for npm integration (#17796)Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-15refactor: make resolver required (#17783)David Sherret
2023-02-15feat(flash): add 2nd param to handler to get remote address (#17633)Leo Kettmeir
2023-02-14fix: loading built-in Node modules embedded in the binary (#17777)Bartek Iwańczuk
2023-02-14feat: Deprecate 'deno bundle' subcommand (#17695)Bartek Iwańczuk
2023-02-12fix: add WouldBlock error (#17339)Leo Kettmeir
2023-02-12perf(http): remove allocations checking upgrade and connection header values ...David Sherret
2023-02-12fix(ext/flash): Always send correct number of bytes when handling HEAD reques...Kamil Ogórek
2023-02-11fix(cli/graph_util): don't append referrer info for root module errors (#17730)Nayeem Rahman
2023-02-11feat: add signal option to Deno.resolveDns (#17384)Leo Kettmeir
2023-02-11feat: add more variants to Deno.build.os (#17340)Leo Kettmeir
2023-02-11fix(ops): Always close cancel handles for read_async/write_async (#17736)Kamil Ogórek
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-08fix: use static Reflect methods in nodeGlobalThis proxy (#17696)Kamil Ogórek
2023-02-08fix(ext/console): Only right-align integers in console.table() (#17389)Waldir Pimenta
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-07chore: upgrade rusty_v8 to 0.62.2 (#17604)Bartek Iwańczuk
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-06chore: update std submodule to 0.176.0 (#17668)Bartek Iwańczuk
2023-02-06fix: revert lsp related internal specifiers (#17673)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-05fix(ext/console): log class for class constructor (#17615)Gasman
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-02-01fix(repl): handle @types/node not being cached in the repl (#17617)David Sherret
2023-02-01fix(lockfile): emit trailing newline (#17618)David Sherret
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-29fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...Kenta Moriuchi
2023-01-28fix(lsp): update document dependencies on configuration change (#17556)David Sherret
2023-01-27fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ...David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25fix: support import map specified as data uri (#17531)David Sherret