Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hexchain
Copy link
Contributor

@hexchain hexchain commented Jun 28, 2025

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

@typescript-bot
Copy link
Contributor

typescript-bot commented Jun 28, 2025

@hexchain Thank you for submitting this PR!

This is a live comment that I will keep updated.

1 package in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • 🕐 Most recent commit is approved by a DT maintainer

Once every item on this list is checked, I'll ask you for permission to merge and publish the changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 73140,
  "author": "hexchain",
  "headCommitOid": "c943cdcc73f86f067410b5068d0882edf27e0489",
  "mergeBaseOid": "52fad74bc7bf4d1155f98929ee92a70b28e2a72e",
  "lastPushDate": "2025-06-28T17:16:32.000Z",
  "lastActivityDate": "2025-06-30T11:17:55.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "node",
      "kind": "edit",
      "files": [
        {
          "path": "types/node/stream/web.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/test/stream.ts",
          "kind": "test"
        },
        {
          "path": "types/node/v22/stream/web.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v22/test/stream.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Microsoft",
        "jkomyno",
        "alvis",
        "r3nya",
        "btoueg",
        "smac89",
        "touffy",
        "DeividasBakanas",
        "eyqs",
        "Hannes-Magnusson-CK",
        "hoo29",
        "kjin",
        "ajafff",
        "islishude",
        "mwiktorczyk",
        "mohsen1",
        "galkin",
        "parambirs",
        "eps1lon",
        "ThomasdenH",
        "WilcoBakker",
        "wwwy3y3",
        "samuela",
        "kuehlein",
        "bhongy",
        "chyzwar",
        "trivikr",
        "yoursunny",
        "qwelias",
        "ExE-Boss",
        "peterblazejewicz",
        "addaleax",
        "victorperin",
        "NodeJS",
        "LinusU",
        "wafuwafu13",
        "mcollina",
        "Semigradsky",
        "Renegade334",
        "anonrig"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "anonrig",
      "date": "2025-06-30T11:17:55.000Z",
      "isMaintainer": false
    },
    {
      "type": "approved",
      "reviewer": "Renegade334",
      "date": "2025-06-30T06:33:26.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 3015820701,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

Copy link
Contributor

@Renegade334 Renegade334 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a test example under test/web.ts?

const transform = new TransformStream({
transform(chunk, controller) {
controller.enqueue(chunk.toUpperCase());
},
});

Looks good otherwise.

@Renegade334
Copy link
Contributor

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in Pull Request Status Board Jun 28, 2025
@hexchain hexchain force-pushed the node-transformer-cancel branch from 02acbb0 to 0848422 Compare June 28, 2025 18:02
@typescript-bot typescript-bot removed the Untested Change This PR does not touch tests label Jun 28, 2025
@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Code Reviews in Pull Request Status Board Jun 28, 2025
@hexchain
Copy link
Contributor Author

Done. I updated the existing test to reflect the change in this PR.

@typescript-bot
Copy link
Contributor

@Renegade334 Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in Pull Request Status Board Jun 28, 2025
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Jun 28, 2025
@hexchain hexchain force-pushed the node-transformer-cancel branch from 0848422 to c943cdc Compare June 29, 2025 06:26
@typescript-bot typescript-bot removed the Owner Approved A listed owner of this package signed off on the pull request. label Jun 29, 2025
@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Code Reviews in Pull Request Status Board Jun 29, 2025
@hexchain
Copy link
Contributor Author

Formatting fixed.

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in Pull Request Status Board Jun 29, 2025
@typescript-bot
Copy link
Contributor

@Renegade334 Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@hexchain hexchain requested a review from Renegade334 June 30, 2025 03:46
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Jun 30, 2025
@weswigham weswigham merged commit 4d72226 into DefinitelyTyped:master Jul 1, 2025
15 checks passed
@hexchain hexchain deleted the node-transformer-cancel branch December 18, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Critical package Owner Approved A listed owner of this package signed off on the pull request.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants