docs: misc 2.8 gaps (lib.node, task prefixes, watch, Cache keys, compat)#3145
Merged
Conversation
- node.md: refresh compat intro to mention the >75% Node test pass rate in 2.8; rewrite "Including Node types" to lead with lib.node being included by default (and the pinning escape hatch). - task.md: add a Deno 2.8 info admonition under "Task dependencies" noting that parallel-task output is now color-coded with per-task prefixes. - run.md: cross-link --watch to test/serve/bench and add a 2.8 info admonition about the new SIGTERM + 500ms grace period during watch restarts. - web_platform_apis.md: add CacheStorage.keys() and Cache.keys() to the Cache API implemented-APIs list. last_modified bumped on task.md and run.md (node.md and web_platform_apis.md were already 2026-05-20).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundle of small 2.8 doc updates from the audit against the 2.8 blog post.
runtime/fundamentals/node.md`runtime/reference/cli/task.md`
Added a `:::info Deno 2.8` admonition under "Task dependencies" noting that parallel-task output is prefixed with the task name (color-coded), and that prefixes stay attached through subprocesses.
`runtime/reference/cli/run.md`
(Per a quick post-audit pass, I dropped the `--watch-exclude` write-up — keeping the doc trim.)
`runtime/reference/web_platform_apis.md`
Added `CacheStorage::keys()` and `Cache::keys()` to the Cache API implemented-APIs list (the deviations section listed only 6 APIs before; these two land in 2.8).
Skipped from the original list