summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-03-27FUTURE: remove `Deno.resources()` (#23095)Asher Gomez
2024-03-27fix(lsp): prefer cache over tsc quick fixes (#23093)Nayeem Rahman
2024-03-26feat: type declarations for new Set methods (#23090)David Sherret
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-26feat(add): always produce multiline config file (#23077)Bartek Iwańczuk
2024-03-26fix(kernel): Do not increase counter if store_history=false (#20848)Don Jayamanne
2024-03-26fix(bench): Fix group header printing logic + don't filter out the warmup ben...Nathan Whitaker
2024-03-26feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075)Asher Gomez
2024-03-26refactor(lsp): unify config file data into ConfigTree (#23032)Nayeem Rahman
2024-03-25chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)Nathan Whitaker
2024-03-25feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)David Sherret
2024-03-25fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) (...Viktor Marinho
2024-03-25test: add test for DENO_FUTURE=1 runtime API (#23065)Bartek Iwańczuk
2024-03-26fix(cli): output more detailed information for steps when using JUnit reporte...Yusuke Tanaka
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-03-24fix: don't panic in test and bench if ops not available (#23055)Bartek Iwańczuk
2024-03-24fix(ext/node): handle `null` in stdio array (#23048)Divy Srivastava
2024-03-22feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)Asher Gomez
2024-03-22fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)Divy Srivastava
2024-03-21feat(unstable/publish): error when a package's module is excluded from publis...David Sherret
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-21feat(node): load ES modules defined as CJS (#22945)David Sherret
2024-03-21chore: ignore flaky brotli test (#23020)Divy Srivastava
2024-03-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
2024-03-21refactor(lsp): factor out workspace walk from resolver update (#22937)Nayeem Rahman
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-03-20chore(ext/buffer): remove use of deprecated `Deno.readAll()` (#22874)Asher Gomez
2024-03-20fix(ext/node): spread args in setImmediate (#22998)Satya Rohith
2024-03-20fix(ext/node): implement EventEmitterAsyncResource (#22994)Divy Srivastava
2024-03-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-20fix(ext/node): add process.setSourceMapsEnabled noop (#22993)Satya Rohith
2024-03-20fix(ext/node): worker_threads ESM handling (#22841)mash-graz
2024-03-19fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...Asher Gomez
2024-03-18chore(ext/buffer): cleanup use of deprecated `Deno.writeAllSync()` (#22875)Asher Gomez
2024-03-18fix(node): implement v8 serialize and deserialize (#22975)Divy Srivastava
2024-03-18fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)Satya Rohith
2024-03-16fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)Divy Srivastava
2024-03-15fix(coverage): Error if no files are included in the report (#22952)Nathan Whitaker
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-15fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)Nathan Whitaker
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-15chore: move more tests away from itest (#22909)David Sherret
2024-03-15chore(specs): use jsonc for metadata file (#22946)David Sherret
2024-03-15chore(lsp): add tests for compiler options being resolved relative the config...David Sherret
2024-03-15fix: handle cache body file not existing when using etag (#22931)David Sherret
2024-03-14fix(cli): sanitizer should ignore count of ops started before tests begin (#2...Matt Mastracci
2024-03-14fix(ext/node): Support private EC key signing (#22914)Divy Srivastava
2024-03-14fix(ext/node): support `spki` format in createPublicKey (#22918)Divy Srivastava
2024-03-14fix(ext/node): crypto.getCipherInfo() (#22916)Divy Srivastava
2024-03-14fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)guangwu