Create buffer-list.md#94
Conversation
DeveloperTryingToCodeLikeOtherOfThem
commented
Apr 23, 2026
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: acbf1737a6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Buffer | ||
| The `Buffer` object is used to represent a contiguous block of memory of bytes. | ||
|
|
||
| ## Methods |
There was a problem hiding this comment.
Keep package allowlist in sync with renamed doc
Renaming this page to list.md without updating the files allowlist leaves package.json still referencing docs/reference/buffer/buffer.md, so the overview doc is omitted from published tarballs (npm silently skips missing allowlist entries). Please add docs/reference/buffer/list.md to the files list (or keep the old filename) so the Buffer reference page is shipped.
Useful? React with 👍 / 👎.