summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-08chore(ext/node): revert changes to ClientRequest.onSocket (#19426)Bartek Iwańczuk
2023-06-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-08perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)Matt Mastracci
2023-06-08feat(node_compat): Add a write method to the FileHandle class (#19385)nasa
2023-06-08feat(node_compat): Add a read method to the FileHandle class (#19359)nasa
2023-06-07fix(cli): formatting bench with colors (#19323)Mike Mulchrone
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-06-06fix(repl): correctly print string exception (#19391)sigmaSd
2023-06-06fix(node/http): use fake socket and proper url handling (#19340)Leo Kettmeir
2023-06-06feat(ext/node): Very basic node:http2 support (#19344)Matt Mastracci
2023-06-06fix(ext/console): fix inspecting large ArrayBuffers (#19373)ud2
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-06-05feat(node_compat): Add a close method to the FileHandle class. (#19357)nasa
2023-06-05feat: add more options to Deno.inspect (#19337)Leo Kettmeir
2023-06-04fix(ext/web): Copy EventTarget list before dispatch (#19360)Koen
2023-06-02fix(node): map stdio [0, 1, 2] to "inherit" (#19352)Marvin Hagemeister
2023-06-02feat(node_compat): Added base implementation of FileHandle (#19294)nasa
2023-06-02chore(node_compat): fix path strings generated by `setup.ts` (#19347)Hirotaka Tagawa / wafuwafu13
2023-06-02fix(node): don't close stdio streams (#19256)Bartek Iwańczuk
2023-05-31refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)Matt Mastracci
2023-05-31fix(runtime): add missing SIGIOT alias to SIGABRT (#19333)Marvin Hagemeister
2023-05-31refactor: further work on node http client (#19327)Leo Kettmeir
2023-05-31fix(node): add missing process.reallyExit method (#19326)Marvin Hagemeister
2023-05-29fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)Bartek Iwańczuk
2023-05-29test(ext/node): add os_test.ts (#19305)egg
2023-05-29fix(node): http.IncomingMessageForClient.complete (#19302)Bartek Iwańczuk
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-26fix(node): make 'v8.setFlagsFromString' a noop (#19271)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (reland) (#19270)David Sherret
2023-05-26Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (#19264)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-24fix(npm): create `node_modules/.deno/node_modules` folder (#19242)David Sherret
2023-05-24chore(core): Ensure that net test ports aren't used elsewhere (#19243)Matt Mastracci
2023-05-24feat(ext/http): Brotli Compression (#19216)Levente Kurusa
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-23feat: top level package.json install when node_modules dir is explicitly opte...David Sherret
2023-05-24chore: upgrade rusty_v8 to 0.72.0 (#19228)Bartek Iwańczuk
2023-05-23fix(ext/node): add basic node:worker_threads support (#19192)Yoshiya Hinosawa
2023-05-23fix(node): duplicate node_module suffixes (#19222)Marvin Hagemeister
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret