summaryrefslogtreecommitdiff
path: root/tests/specs
AgeCommit message (Expand)Author
2024-04-20chore: auto-complete for __spec__.jsonc file (#23476)David Sherret
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-17test(publish): check specifiers outside fast check module graph (#23369)Asher Gomez
2024-04-16fix(cli): Identify and fix a test deadlock (#23411)Matt Mastracci
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-15test: add test for running in V8 jitless mode (#23054)Bartek Iwańczuk
2024-04-15fix(lsp): improved cjs tracking (#23374)David Sherret
2024-04-12chore(test): use file_test_runner for spec tests (#23348)David Sherret
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-04-11fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...David Sherret
2024-04-08FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).pr...Asher Gomez
2024-04-07FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)Asher Gomez
2024-04-07FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)Asher Gomez
2024-04-05FUTURE: override byonm with nodeModulesDir setting (#23222)David Sherret
2024-04-05FUTURE: remove deprecated APIs within workers (#23220)Asher Gomez
2024-04-01chore(specs): add jsr and npm env vars to tests by default (#23171)David Sherret
2024-04-01fix: prevent cache db errors when deno_dir not exists (#23168)David Sherret
2024-04-01fix(node): handle empty 'main' entry in pkg json (#23155)David Sherret
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
2024-03-27feat(task): Task description in the form of comments (#23101)Nathan Whitaker
2024-03-27fix(check): do not suggest running with `--unstable` (#23092)David Sherret
2024-03-27FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)Asher Gomez
2024-03-27FUTURE: remove `Deno.resources()` (#23095)Asher Gomez
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
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-25feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)David Sherret
2024-03-25test: add test for DENO_FUTURE=1 runtime API (#23065)Bartek Iwańczuk
2024-03-24fix: don't panic in test and bench if ops not available (#23055)Bartek Iwańczuk
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-15fix(coverage): Error if no files are included in the report (#22952)Nathan Whitaker
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-14fix(cli): sanitizer should ignore count of ops started before tests begin (#2...Matt Mastracci
2024-03-13fix(cli): show asserts before leaks (#22904)Matt Mastracci
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-13chore: improve spec tests output (#22908)David Sherret
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret